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

Comparing branches/development/src/primitives/DirectionalAtom.cpp (file contents):
Revision 1787 by gezelter, Wed Aug 29 18:13:11 2012 UTC vs.
Revision 1798 by gezelter, Thu Sep 13 14:10:11 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines