Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Atom/atom.cpp

    rceaab1 r270bdf  
    264264  // first we move ourselves in the world
    265265  // the world lets us know if that succeeded
    266   atomId_t oldid = id;
    267266  if(world->changeAtomId(id,newId,this)){
    268267    OBSERVE;
    269268    id = newId;
    270     if (mol != NULL)
    271       mol->changeAtomId(oldid, newId);
    272269    NOTIFY(IndexChanged);
    273270    return true;
Note: See TracChangeset for help on using the changeset viewer.