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

Comparing branches/development/src/integrators/VelocityVerletIntegrator.cpp (file contents):
Revision 1759 by gezelter, Thu May 31 12:25:30 2012 UTC vs.
Revision 1760 by gezelter, Thu Jun 21 19:26:46 2012 UTC

# Line 232 | Line 232 | namespace OpenMD {
232  
233  
234      if (simParams->getUseThermodynamicIntegration())
235 <      mask.set(Stats::VRAW);
235 >      mask.set(Stats::RAW_POTENTIAL);
236  
237      // if we've got restraints turned on, we'll also want a report of the
238      // total harmonic restraints
239      if (simParams->getUseRestraints()){
240 <      mask.set(Stats::VHARM);
240 >      mask.set(Stats::RESTRAINT_POTENTIAL);
241      }
242  
243      if (simParams->havePrintPressureTensor() &&

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines