Comparing trunk/OOPSE-4/src/primitives/DirectionalAtom.cpp (file contents):
Revision 3320 by gezelter, Wed Jan 23 16:38:22 2008 UTC vs.
Revision 3520 by cli2, Mon Sep 7 16:31:51 2009 UTC
| 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 |