Changeset 4d2636 for molecuilder/src
- Timestamp:
- May 8, 2010, 8:06:45 PM (15 years ago)
- Children:
- 536ce2
- Parents:
- a71ad8
- Location:
- molecuilder/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ParserAction/LoadXyzAction.cpp
ra71ad8 r4d2636 34 34 //}; 35 35 36 const char ParserLoadXyzAction::NAME[] = "Load a xyz file into the World";36 const char ParserLoadXyzAction::NAME[] = "LoadXyz"; 37 37 38 38 ParserLoadXyzAction::ParserLoadXyzAction() : -
molecuilder/src/Actions/ParserAction/SaveXyzAction.cpp
ra71ad8 r4d2636 34 34 //}; 35 35 36 const char ParserSaveXyzAction::NAME[] = "Save a xyz snapshot of the World";36 const char ParserSaveXyzAction::NAME[] = "SaveXyz"; 37 37 38 38 ParserSaveXyzAction::ParserSaveXyzAction() : -
molecuilder/src/Parser/TremoloParser.cpp
ra71ad8 r4d2636 194 194 lineStream >> keyword; 195 195 if (knownKeys[keyword.substr(0, keyword.find("="))] == TremoloKey::noKey) { 196 // throw exception about unknown key196 // TODO: throw exception about unknown key 197 197 cout << "Unknown key: " << keyword << " is not part of the tremolo format specification." << endl; 198 198 break;
Note:
See TracChangeset
for help on using the changeset viewer.