--- trunk/OOPSE-4/src/utils/MoLocator.cpp 2005/04/12 21:28:07 2180 +++ trunk/OOPSE-4/src/utils/MoLocator.cpp 2005/04/13 18:41:17 2187 @@ -124,7 +124,7 @@ void MoLocator::calcRef( void ){ continue; //get mass and the reference coordinate else{ - + currAtomMass = getAtomMass(currAtomStamp->getType(), myFF); mass.push_back(currAtomMass); coor.x() = currAtomStamp->getPosX(); coor.y() = currAtomStamp->getPosY();