| # | Line 127 | Line 127 | namespace OpenMD { | |
|---|---|---|
| 127 | Vector3d tmp= atomInfo->pos - origin_; | |
| 128 | currSnapshot->wrapVector(tmp); | |
| 129 | atomInfo->pos = rotMat_ * tmp;; | |
| 130 | < | atomInfo->dipole = rotMat_ * atomInfo->dipole; |
| 130 | > | atomInfo->vec = rotMat_ * atomInfo->vec; |
| 131 | } | |
| 132 | } | |
| 133 | ||
| # | Line 0 | Line 1 | |
|---|---|---|
| 1 | + | Author Id Revision Date |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |