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

Comparing:
branches/development/src/brains/Snapshot.cpp (file contents), Revision 1562 by gezelter, Thu May 12 17:00:14 2011 UTC vs.
branches/devel_omp/src/brains/Snapshot.cpp (file contents), Revision 1594 by chuckv, Tue Jul 19 16:45:30 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