ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/BASS_interface.cpp
(Generate patch)

Comparing trunk/OOPSE/libBASS/BASS_interface.cpp (file contents):
Revision 980 by gezelter, Mon Jan 19 16:08:21 2004 UTC vs.
Revision 981 by gezelter, Mon Jan 26 18:52:42 2004 UTC

# 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:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines