- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/LoadAction.cpp
rcabb46 r73916f 64 64 boost::filesystem::ifstream input; 65 65 input.open(params.filename); 66 FormatParserStorage::getInstance(). get(input, FilenameSuffix);66 FormatParserStorage::getInstance().load(input, FilenameSuffix); 67 67 input.close(); 68 68
Note:
See TracChangeset
for help on using the changeset viewer.