# | Line 181 | Line 181 | namespace OpenMD { | |
---|---|---|
181 | std::vector<RealType> Q; | |
182 | std::vector<ComplexType> W; | |
183 | std::vector<ComplexType> W_hat; | |
184 | < | int nBonds, Nbonds; |
184 | > | int nBonds; |
185 | SphericalHarmonic sphericalHarmonic; | |
186 | int i; | |
187 | ||
# | Line 200 | Line 200 | namespace OpenMD { | |
200 | Q.resize(lMax_+1); | |
201 | W.resize(lMax_+1); | |
202 | W_hat.resize(lMax_+1); | |
203 | – | Nbonds = 0; |
203 | ||
204 | for (int istep = 0; istep < nFrames; istep += step_) { | |
205 | reader.readFrame(istep); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |