Changes in src/Atom/atom.cpp [ceaab1:270bdf]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Atom/atom.cpp
rceaab1 r270bdf 264 264 // first we move ourselves in the world 265 265 // the world lets us know if that succeeded 266 atomId_t oldid = id;267 266 if(world->changeAtomId(id,newId,this)){ 268 267 OBSERVE; 269 268 id = newId; 270 if (mol != NULL)271 mol->changeAtomId(oldid, newId);272 269 NOTIFY(IndexChanged); 273 270 return true;
Note:
See TracChangeset
for help on using the changeset viewer.