Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/LoadAction.cpp

    rcabb46 r73916f  
    6464    boost::filesystem::ifstream input;
    6565    input.open(params.filename);
    66     FormatParserStorage::getInstance().get(input, FilenameSuffix);
     66    FormatParserStorage::getInstance().load(input, FilenameSuffix);
    6767    input.close();
    6868
Note: See TracChangeset for help on using the changeset viewer.