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

Comparing trunk/OOPSE-4/src/brains/ForceManager.cpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2344 by chrisfen, Tue Oct 4 19:34:03 2005 UTC

# Line 163 | Line 163 | namespace oopse {
163      CutoffGroup* cg;
164      Vector3d com;
165      std::vector<Vector3d> rcGroup;
166    
167    if(info_->getNCutoffGroups() > 0){
166  
167 +    if(info_->getNCutoffGroups() > 0){
168 +
169        for (mol = info_->beginMolecule(mi); mol != NULL; mol = info_->nextMolecule(mi)) {
170          for(cg = mol->beginCutoffGroup(ci); cg != NULL; cg = mol->nextCutoffGroup(ci)) {
171            cg->getCOM(com);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines