| # | Line 132 | Line 132 | namespace OpenMD { | |
|---|---|---|
| 132 | // Vectors w1 & w2 are the second OH bond vector in frames 1 & 2 | |
| 133 | // respectively. Here we assume SPC/E geometry. | |
| 134 | ||
| 135 | < | Vector3d v1x = sd1->getA(frame1).getRow(0); |
| 136 | < | Vector3d v2x = sd2->getA(frame2).getRow(0); |
| 135 | > | // Vector3d v1x = sd1->getA(frame1).getRow(0); |
| 136 | > | // Vector3d v2x = sd2->getA(frame2).getRow(0); |
| 137 | ||
| 138 | Vector3d v1y = sd1->getA(frame1).getRow(1); | |
| 139 | Vector3d v2y = sd2->getA(frame2).getRow(1); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |