- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/FillVoidWithMoleculeAction.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" … … 67 69 input.open(params.fillername.string().c_str()); 68 70 ParserTypes type = FormatParserStorage::getInstance().getTypeFromSuffix(FilenameSuffix); 69 FormatParser &parser = FormatParserStorage::getInstance().get(type);71 FormatParserInterface &parser = FormatParserStorage::getInstance().get(type); 70 72 parser.load(&input); 71 73
Note:
See TracChangeset
for help on using the changeset viewer.