# | Line 117 | Line 117 | namespace OpenMD { | |
---|---|---|
117 | Vector3d force; | |
118 | Vector3d torque; | |
119 | Vector3d myEuler; | |
120 | < | RealType phi, theta, psi; |
120 | > | RealType phi, theta; |
121 | > | // RealType psi; |
122 | RealType cphi, sphi, ctheta, stheta; | |
123 | Vector3d ephi; | |
124 | Vector3d etheta; | |
# | Line 129 | Line 130 | namespace OpenMD { | |
130 | ||
131 | phi = myEuler[0]; | |
132 | theta = myEuler[1]; | |
133 | < | psi = myEuler[2]; |
133 | > | // psi = myEuler[2]; |
134 | ||
135 | cphi = cos(phi); | |
136 | sphi = sin(phi); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |