# | Line 92 | Line 92 | namespace OpenMD { | |
---|---|---|
92 | Vector3d force; | |
93 | Vector3d torque; | |
94 | Vector3d myEuler; | |
95 | < | RealType phi, theta, psi; |
95 | > | RealType phi, theta; |
96 | > | // RealType psi; |
97 | RealType cphi, sphi, ctheta, stheta; | |
98 | Vector3d ephi; | |
99 | Vector3d etheta; | |
# | Line 104 | Line 105 | namespace OpenMD { | |
105 | ||
106 | phi = myEuler[0]; | |
107 | theta = myEuler[1]; | |
108 | < | psi = myEuler[2]; |
108 | > | // psi = myEuler[2]; |
109 | ||
110 | cphi = cos(phi); | |
111 | sphi = sin(phi); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |