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

Comparing trunk/OOPSE-4/src/integrators/VelocityVerletIntegrator.cpp (file contents):
Revision 2380 by tim, Mon Oct 17 23:13:44 2005 UTC vs.
Revision 2448 by tim, Wed Nov 16 23:10:02 2005 UTC

# Line 141 | Line 141 | namespace oopse {
141        needPotential = true;
142        needStress = true;  
143      }
144 <  
144 >
145 >    std::cout << currentSnapshot_->getTime()<< ": \n";  
146    }
147  
148    void VelocityVerletIntegrator::postStep() {
149 <  
149 >
150      //save snapshot
151      info_->getSnapshotManager()->advance();
152    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines