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