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 2180 by gezelter, Tue Apr 12 21:28:07 2005 UTC vs.
Revision 2187 by tim, Wed Apr 13 18:41:17 2005 UTC

# Line 124 | Line 124 | void MoLocator::calcRef( void ){
124        continue;
125      //get mass and the reference coordinate
126      else{
127 <    
127 >      currAtomMass = getAtomMass(currAtomStamp->getType(), myFF);  
128        mass.push_back(currAtomMass);
129        coor.x() = currAtomStamp->getPosX();
130        coor.y() = currAtomStamp->getPosY();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines