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 541 by tim, Sun May 22 21:05:15 2005 UTC vs.
Revision 542 by chuckv, Sun May 22 21:36:21 2005 UTC

# Line 231 | Line 231 | namespace oopse {
231        return new StatWriter(info_->getStatFileName(), mask);
232      }
233  
234 <    if (simParams->havePrintPresureTensor() && simParams->getPrintPressureTensor()){
234 >    if (simParams->havePrintPressureTensor() && simParams->getPrintPressureTensor()){
235 >       StatsBitSet mask;
236          mask.set(Stats::TIME);
237          mask.set(Stats::TOTAL_ENERGY);
238          mask.set(Stats::POTENTIAL_ENERGY);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines