# | Line 99 | Line 99 | namespace OpenMD { | |
---|---|---|
99 | Vector3d vec; | |
100 | std::vector<Vector3d> bondvec; | |
101 | std::vector<RealType> bonddist; | |
102 | < | RealType costheta; |
103 | < | RealType r; |
104 | < | RealType dist; |
102 | > | RealType r; |
103 | > | int nBonds; |
104 | > | int i; |
105 | ||
106 | – | int nBonds; |
107 | – | |
108 | – | int i, j; |
109 | – | |
106 | DumpReader reader(info_, dumpFilename_); | |
107 | int nFrames = reader.getNFrames(); | |
108 | frameCounter_ = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |