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 1969 by tim, Fri Feb 4 05:26:30 2005 UTC

# Line 551 | Line 551 | void SimCreator::setGlobalIndex(SimInfo *info) {
551          beginCutoffGroupIndex += NumCutoffGroupsInProc[i];
552      }
553  
554 +    //rigidbody's index begins right after atom's
555 +    beginRigidBodyIndex += info->getNGlobalAtoms();
556   #endif
557  
558      for(mol = info->beginMolecule(mi); mol != NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines