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 1969 by tim, Fri Feb 4 05:26:30 2005 UTC vs.
Revision 1981 by tim, Mon Feb 7 19:14:26 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines