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

Comparing trunk/OOPSE-4/src/applications/staticProps/BondOrderParameter.cpp (file contents):
Revision 3026 by gezelter, Tue Sep 26 16:08:44 2006 UTC vs.
Revision 3054 by gezelter, Wed Oct 18 21:58:48 2006 UTC

# Line 43 | Line 43
43   *
44   *  Created by J. Daniel Gezelter on 09/26/06.
45   *  @author  J. Daniel Gezelter
46 < *  @version $Id: BondOrderParameter.cpp,v 1.18 2006-09-26 16:08:44 gezelter Exp $
46 > *  @version $Id: BondOrderParameter.cpp,v 1.19 2006-10-18 21:58:47 gezelter Exp $
47   *
48   */
49  
# Line 230 | Line 230 | namespace oopse {
230              if (atom->getGlobalIndex() != myIndex) {
231  
232                vec = sd->getPos() - atom->getPos();      
233 <              currentSnapshot_->wrapVector(vec);
233 >
234 >              if (usePeriodicBoundaryConditions_)
235 >                currentSnapshot_->wrapVector(vec);
236                
237                // Calculate "bonds" and build Q_lm(r) where
238                //      Q_lm = Y_lm(theta(r),phi(r))                

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines