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 1255 by tim, Fri Jun 4 03:15:31 2004 UTC vs.
Revision 1256 by gezelter, Thu Jun 10 14:59:14 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);
313    if( have_rigidbodies && rigidBodyIndex < n_rigidbodies )
314      rigidBodies[rigidBodyIndex] = the_rigidbody;
315    else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines