# | Line 147 | Line 147 | namespace OpenMD { | |
---|---|---|
147 | Vector3d force; | |
148 | Vector3d torque; | |
149 | Vector3d myEuler; | |
150 | < | RealType phi, theta, psi; |
150 | > | RealType phi, theta; |
151 | > | // RealType psi; |
152 | RealType cphi, sphi, ctheta, stheta; | |
153 | Vector3d ephi; | |
154 | Vector3d etheta; | |
# | Line 159 | Line 160 | namespace OpenMD { | |
160 | ||
161 | phi = myEuler[0]; | |
162 | theta = myEuler[1]; | |
163 | < | psi = myEuler[2]; |
163 | > | // psi = myEuler[2]; |
164 | ||
165 | cphi = cos(phi); | |
166 | sphi = sin(phi); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |