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

Comparing trunk/src/primitives/RigidBody.cpp (file contents):
Revision 1359 by gezelter, Wed Jan 23 16:38:22 2008 UTC vs.
Revision 1360 by cli2, Mon Sep 7 16:31:51 2009 UTC

# Line 118 | Line 118 | namespace oopse {
118      ephi[1] = 0.0;
119      ephi[2] = 1.0;
120      
121 <    etheta[0] = cphi;
122 <    etheta[1] = sphi;
123 <    etheta[2] = 0.0;
121 >    etheta[0] = -sphi;
122 >    etheta[1] =  cphi;
123 >    etheta[2] =  0.0;
124      
125      epsi[0] = stheta * cphi;
126      epsi[1] = stheta * sphi;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines