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

Comparing trunk/src/primitives/DirectionalAtom.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 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines