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

Comparing trunk/OOPSE-2.0/src/brains/SimInfo.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 1958 by tim, Tue Jan 25 21:59:18 2005 UTC

# Line 108 | Line 108 | SimInfo::SimInfo(std::vector<std::pair<MoleculeStamp*,
108  
109          //calculate atoms in rigid bodies
110          int nAtomsInRigidBodies = 0;
111 <        int nRigidBodiesInStamp = molStamp->getNCutoffGroups();
111 >        int nRigidBodiesInStamp = molStamp->getNRigidBodies();
112          
113          for (int j=0; j < nRigidBodiesInStamp; j++) {
114              rbStamp = molStamp->getRigidBody(j);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines