# | Line 263 | Line 263 | namespace OpenMD { | |
---|---|---|
263 | Vector3d aVel = cross(rPos, vel); | |
264 | RealType m = sd->getMass(); | |
265 | ||
266 | < | int bin = getBin(pos); |
266 | > | int bin = getBin(rPos); |
267 | ||
268 | binCount[bin] += 1; | |
269 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |