| # | Line 88 | Line 88 | int event_handler( event* the_event ){ | |
|---|---|---|
| 88 | ||
| 89 | case ATOM: | |
| 90 | incr_block( ATOM_BLK ); | |
| 91 | < | handled = the_stamps->newAtom( the_event ); | 
| 91 | > | handled = the_stamps->newAtomInMolecule( the_event ); | 
| 92 | break; | |
| 93 | ||
| 94 | case BOND: | |
| # | Line 134 | Line 134 | int event_handler( event* the_event ){ | |
| 134 | ||
| 135 | case ATOM: | |
| 136 | incr_block( ATOM_BLK ); | |
| 137 | < | handled = the_stamps->newAtom( the_event ); | 
| 137 | > | handled = the_stamps->newAtomInRigidBody( the_event ); | 
| 138 | break; | |
| 139 | ||
| 140 | case POSITION: | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |