ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/staticProps/GofR.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/applications/staticProps/GofR.cpp (file contents):
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 3054 by gezelter, Wed Oct 18 21:58:48 2006 UTC

# Line 95 | Line 95 | namespace oopse {
95      Vector3d pos1 = sd1->getPos();
96      Vector3d pos2 = sd2->getPos();
97      Vector3d r12 = pos2 - pos1;
98 <    currentSnapshot_->wrapVector(r12);
98 >    if (usePeriodicBoundaryConditions_)
99 >      currentSnapshot_->wrapVector(r12);
100  
101      RealType distance = r12.length();
102  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines