--- trunk/src/primitives/DirectionalAtom.cpp 2012/09/10 18:38:44 1796 +++ trunk/src/primitives/DirectionalAtom.cpp 2012/09/10 20:58:00 1797 @@ -117,7 +117,8 @@ namespace OpenMD { Vector3d force; Vector3d torque; Vector3d myEuler; - RealType phi, theta, psi; + RealType phi, theta; + // RealType psi; RealType cphi, sphi, ctheta, stheta; Vector3d ephi; Vector3d etheta; @@ -129,7 +130,7 @@ namespace OpenMD { phi = myEuler[0]; theta = myEuler[1]; - psi = myEuler[2]; + // psi = myEuler[2]; cphi = cos(phi); sphi = sin(phi);