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