- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/FillWithMoleculeAction.cpp
r9317be r42127c 28 28 #include "Descriptors/MoleculeOrderDescriptor.hpp" 29 29 #include "molecule.hpp" 30 #include "MoleculeListClass.hpp" 31 #include "Parser/FormatParserInterface.hpp" 30 32 #include "Parser/FormatParserStorage.hpp" 31 33 #include "World.hpp" … … 61 63 input.open(params.fillername.string().c_str()); 62 64 ParserTypes type = FormatParserStorage::getInstance().getTypeFromSuffix(FilenameSuffix); 63 FormatParser &parser = FormatParserStorage::getInstance().get(type);65 FormatParserInterface &parser = FormatParserStorage::getInstance().get(type); 64 66 parser.load(&input); 65 67
Note:
See TracChangeset
for help on using the changeset viewer.