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

Comparing trunk/OOPSE-4/src/applications/staticProps/RhoZ.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 44 | Line 44
44   *
45   *  Created by Charles F. Vardeman II on 11/26/05.
46   *  @author  Charles F. Vardeman II
47 < *  @version $Id: RhoZ.cpp,v 1.5 2006-05-17 21:51:42 tim Exp $
47 > *  @version $Id: RhoZ.cpp,v 1.6 2006-10-18 21:58:47 gezelter Exp $
48   *
49   */
50  
# Line 103 | Line 103 | namespace oopse {
103          //wrap the stuntdoubles into a cell      
104          for (sd = seleMan_.beginSelected(i); sd != NULL; sd = seleMan_.nextSelected(i)) {
105              Vector3d pos = sd->getPos();
106 <            currentSnapshot_->wrapVector(pos);
106 >            if (usePeriodicBoundaryConditions_)
107 >              currentSnapshot_->wrapVector(pos);
108              sd->setPos(pos);
109          }
110  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines