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

Comparing trunk/OOPSE-4/src/utils/MoLocator.cpp (file contents):
Revision 2198 by gezelter, Thu Apr 14 21:20:36 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 178 | Line 178 | namespace oopse {
178      
179      //move the reference center of mass to (0,0,0) and adjust the reference coordinate
180      //of the integrabel objects
181 <  for(int i = 0; i < nIntegrableObjects; i++)
182 <    refCoords[i] -= refMolCom;
181 >    for(int i = 0; i < nIntegrableObjects; i++)
182 >      refCoords[i] -= refMolCom;
183    }
184    
185    double getAtomMass(const std::string& at, ForceField* myFF) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines