ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/Snapshot.hpp
(Generate patch)

Comparing branches/development/src/brains/Snapshot.hpp (file contents):
Revision 1551 by gezelter, Thu Apr 28 18:38:21 2011 UTC vs.
Revision 1562 by gezelter, Thu May 12 17:00:14 2011 UTC

# 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();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines