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

Comparing trunk/OOPSE/libBASS/MoleculeStamp.cpp (file contents):
Revision 1256 by gezelter, Thu Jun 10 14:59:14 2004 UTC vs.
Revision 1257 by gezelter, Thu Jun 10 15:00:56 2004 UTC

# Line 308 | Line 308 | char* MoleculeStamp::addRigidBody( RigidBodyStamp* the
308   char* MoleculeStamp::addRigidBody( RigidBodyStamp* the_rigidbody,
309                                     int rigidBodyIndex ){
310    
311
312  printf("rigidBodyIndex = %d\n", rigidBodyIndex);
311    if( have_rigidbodies && rigidBodyIndex < n_rigidbodies )
312      rigidBodies[rigidBodyIndex] = the_rigidbody;
313    else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines