ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/integrators/VelocityVerletIntegrator.cpp
(Generate patch)

Comparing trunk/src/integrators/VelocityVerletIntegrator.cpp (file contents):
Revision 997 by chrisfen, Thu Jun 22 15:21:01 2006 UTC vs.
Revision 998 by chrisfen, Mon Jul 3 13:18:43 2006 UTC

# Line 239 | Line 239 | namespace oopse {
239          mask.set(Stats::PRESSURE_TENSOR_Z);
240      }
241      
242 +    if (simParams->getAccumulateBoxDipole()) {
243 +      mask.set(Stats::BOX_DIPOLE_X);
244 +      mask.set(Stats::BOX_DIPOLE_Y);
245 +      mask.set(Stats::BOX_DIPOLE_Z);
246 +    }
247 +
248       return new StatWriter(info_->getStatFileName(), mask);
249    }
250  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines