--- trunk/src/utils/MoLocator.hpp 2005/04/15 22:04:00 507 +++ trunk/src/utils/MoLocator.hpp 2006/05/17 21:51:42 963 @@ -54,8 +54,8 @@ namespace oopse { #include "UseTheForce/ForceField.hpp" namespace oopse { //convert lattice vector to rotation matrix - double getAtomMass(const std::string& at, ForceField* myFF); - double getMolMass(MoleculeStamp *molStamp, ForceField *myFF); + RealType getAtomMass(const std::string& at, ForceField* myFF); + RealType getMolMass(MoleculeStamp *molStamp, ForceField *myFF); RotMat3x3d latVec2RotMat(const Vector3d& lv); class MoLocator{ public: