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