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

Comparing trunk/OOPSE-4/src/applications/staticProps/Hxy.cpp (file contents):
Revision 3053 by xsun, Tue May 23 21:12:45 2006 UTC vs.
Revision 3054 by gezelter, Wed Oct 18 21:58:48 2006 UTC

# Line 44 | Line 44
44   *
45   *  Created by Xiuquan Sun on 05/09/06.
46   *  @author  Xiuquan Sun
47 < *  @version $Id: Hxy.cpp,v 1.6 2006-05-23 21:12:45 xsun Exp $
47 > *  @version $Id: Hxy.cpp,v 1.7 2006-10-18 21:58:47 gezelter Exp $
48   *
49   */
50  
# Line 204 | Line 204 | namespace oopse {
204        //wrap the stuntdoubles into a cell    
205        for (sd = seleMan_.beginSelected(i); sd != NULL; sd = seleMan_.nextSelected(i)) {
206          Vector3d pos = sd->getPos();
207 <        currentSnapshot_->wrapVector(pos);
207 >        if (usePeriodicBoundaryConditions_)
208 >          currentSnapshot_->wrapVector(pos);
209          sd->setPos(pos);
210        }
211        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines