# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |