- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/RepeatBoxAction.cpp
rb5b01e ra7aebd 147 147 iter != allmolecules.end(); 148 148 ++iter) { 149 if (state->oldmolecules.find(*iter) == state->oldmolecules.end()) { 150 (*iter)->removeAtomsinMolecule(); 151 // TODO: Remove this when World don't has deprecated MoleculeListClass anymore 152 molecules->erase(*iter); 153 World::getInstance().destroyMolecule(*iter); 154 } 149 if (state->oldmolecules.find(*iter) == state->oldmolecules.end()) 150 removeAtomsinMolecule(*iter); 155 151 } 156 152
Note:
See TracChangeset
for help on using the changeset viewer.