Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TremoloParser.cpp

    r74a444 rbd2390  
    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);
    9497  while (file->good()) {
    9598    std::getline(*file, line, '\n');
Note: See TracChangeset for help on using the changeset viewer.