- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/RepeatBoxAction.cpp
ra7aebd rb5b01e 147 147 iter != allmolecules.end(); 148 148 ++iter) { 149 if (state->oldmolecules.find(*iter) == state->oldmolecules.end()) 150 removeAtomsinMolecule(*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 } 151 155 } 152 156
Note:
See TracChangeset
for help on using the changeset viewer.