--- trunk/src/primitives/DirectionalAtom.cpp 2005/10/12 21:00:59 663 +++ trunk/src/primitives/DirectionalAtom.cpp 2006/05/17 21:51:42 963 @@ -104,13 +104,13 @@ namespace oopse { setA(m *getA()); } - std::vector DirectionalAtom::getGrad() { - std::vector grad(6, 0.0); + std::vector DirectionalAtom::getGrad() { + std::vector grad(6, 0.0); Vector3d force; Vector3d torque; Vector3d myEuler; - double phi, theta, psi; - double cphi, sphi, ctheta, stheta; + RealType phi, theta, psi; + RealType cphi, sphi, ctheta, stheta; Vector3d ephi; Vector3d etheta; Vector3d epsi;