ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/primitives/RigidBody.cpp
(Generate patch)

Comparing trunk/src/primitives/RigidBody.cpp (file contents):
Revision 1796 by gezelter, Wed Aug 22 02:28:28 2012 UTC vs.
Revision 1797 by gezelter, Mon Sep 10 20:58:00 2012 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines