| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |