| # | Line 167 | Line 167 | namespace OpenMD { | |
|---|---|---|
| 167 | RealType costheta; | |
| 168 | RealType phi; | |
| 169 | RealType r; | |
| 170 | – | RealType dist; |
| 170 | Vector3d rCOM; | |
| 171 | RealType distCOM; | |
| 172 | Vector3d pos; | |
| # | Line 184 | Line 183 | namespace OpenMD { | |
| 183 | std::vector<ComplexType> W_hat; | |
| 184 | int nBonds, Nbonds; | |
| 185 | SphericalHarmonic sphericalHarmonic; | |
| 186 | < | int i, j; |
| 187 | < | |
| 186 | > | int i; |
| 187 | > | |
| 188 | DumpReader reader(info_, dumpFilename_); | |
| 189 | int nFrames = reader.getNFrames(); | |
| 190 | frameCounter_ = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |