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

Comparing branches/development/src/brains/Snapshot.cpp (file contents):
Revision 1567 by gezelter, Thu May 12 17:00:14 2011 UTC vs.
Revision 1568 by gezelter, Wed May 25 16:20:37 2011 UTC

# Line 118 | Line 118 | namespace OpenMD {
118    }
119  
120  
121 <  inline void Snapshot::wrapVector(Vector3d& pos) {
121 >  void Snapshot::wrapVector(Vector3d& pos) {
122      
123      Vector3d scaled = scaleVector(pos);
124 <
124 >    
125      for (int i = 0; i < 3; i++)
126        scaled[i] -= roundMe(scaled[i]);
127  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines