# | Line 149 | Line 149 | namespace OpenMD{ | |
---|---|---|
149 | ||
150 | /** Wrapping the vector according to periodic boundary condition*/ | |
151 | void wrapVector(Vector3d& v); | |
152 | + | /** Scaling a vector to multiples of the periodic box */ |
153 | + | Vector3d scaleVector(Vector3d &v); |
154 | + | |
155 | + | |
156 | Vector3d getCOM(); | |
157 | Vector3d getCOMvel(); | |
158 | Vector3d getCOMw(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |