ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/ForceFields.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/ForceFields.cpp (file contents):
Revision 1157 by tim, Tue May 11 20:33:41 2004 UTC vs.
Revision 1158 by tim, Tue May 11 21:14:26 2004 UTC

# Line 162 | Line 162 | void ForceFields::doForces( int calcPot, int calcStres
162          myCutoffGroup->getCOM(com);
163  
164          for(cutoffAtom = myCutoffGroup->beginAtom(iterAtom); cutoffAtom != NULL;
165 <                                             cutoffAtom = myCutoffGroup->beginAtom(iterAtom)){
165 >                                             cutoffAtom = myCutoffGroup->nextAtom(iterAtom)){
166            cutoffAtom->setRc(com);
167          }  
168                                  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines