Ignore:
File:
1 edited

Legend:

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

    r9317be r42127c  
    2828#include "Descriptors/MoleculeOrderDescriptor.hpp"
    2929#include "molecule.hpp"
     30#include "MoleculeListClass.hpp"
     31#include "Parser/FormatParserInterface.hpp"
    3032#include "Parser/FormatParserStorage.hpp"
    3133#include "World.hpp"
     
    6769  input.open(params.fillername.string().c_str());
    6870  ParserTypes type = FormatParserStorage::getInstance().getTypeFromSuffix(FilenameSuffix);
    69   FormatParser &parser = FormatParserStorage::getInstance().get(type);
     71  FormatParserInterface &parser = FormatParserStorage::getInstance().get(type);
    7072  parser.load(&input);
    7173
Note: See TracChangeset for help on using the changeset viewer.