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

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

# Line 134 | Line 134 | namespace oopse {
134      ephi[1] = 0.0;
135      ephi[2] = 1.0;
136      
137 <    etheta[0] = cphi;
138 <    etheta[1] = sphi;
139 <    etheta[2] = 0.0;
137 >    etheta[0] = -sphi;
138 >    etheta[1] =  cphi;
139 >    etheta[2] =  0.0;
140      
141      epsi[0] = stheta * cphi;
142      epsi[1] = stheta * sphi;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines