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 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/primitives/DirectionalAtom.cpp (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 134 | Line 134 | namespace OpenMD {
134      ephi[1] = 0.0;
135      ephi[2] = 1.0;
136      
137 <    etheta[0] = -sphi;
138 <    etheta[1] =  cphi;
139 <    etheta[2] =  0.0;
137 >    //etheta[0] = -sphi;
138 >    //etheta[1] =  cphi;
139 >    //etheta[2] =  0.0;
140      
141 +    etheta[0] = cphi;
142 +    etheta[1] = sphi;
143 +    etheta[2] = 0.0;
144 +    
145      epsi[0] = stheta * cphi;
146      epsi[1] = stheta * sphi;
147      epsi[2] = ctheta;

Comparing:
trunk/src/primitives/DirectionalAtom.cpp (property svn:keywords), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/primitives/DirectionalAtom.cpp (property svn:keywords), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines