Comparing trunk/src/primitives/DirectionalAtom.cpp (file contents):
Revision 1423 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1424 by gezelter, Tue Mar 30 15:05:38 2010 UTC
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; |
Diff Legend
– |
Removed lines |
+ |
Added lines |
< |
Changed lines |
> |
Changed lines |