ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/brains/SimCreator.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/brains/SimCreator.cpp (file contents):
Revision 1957 by tim, Tue Jan 25 17:45:23 2005 UTC vs.
Revision 1981 by tim, Mon Feb 7 19:14:26 2005 UTC

# Line 553 | Line 553 | void SimCreator::setGlobalIndex(SimInfo *info) {
553  
554   #endif
555  
556 +    //rigidbody's index begins right after atom's
557 +    beginRigidBodyIndex += info->getNGlobalAtoms();
558 +
559      for(mol = info->beginMolecule(mi); mol != NULL;
560          mol = info->nextMolecule(mi)) {
561  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines