Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TremoloParser.cpp

    rbd2390 r74a444  
    9292  usedFields.clear();
    9393  molecule *newmol = World::getInstance().createMolecule();
    94   newmol->ActiveFlag = true;
    95   // TODO: Remove the insertion into molecule when saving does not depend on them anymore. Also, remove molecule.hpp include
    96   World::getInstance().getMolecules()->insert(newmol);
    9794  while (file->good()) {
    9895    std::getline(*file, line, '\n');
Note: See TracChangeset for help on using the changeset viewer.