--- trunk/OOPSE-4/src/integrators/VelocityVerletIntegrator.cpp 2005/11/16 21:37:45 2447 +++ trunk/OOPSE-4/src/integrators/VelocityVerletIntegrator.cpp 2005/11/16 23:10:02 2448 @@ -141,11 +141,12 @@ namespace oopse { needPotential = true; needStress = true; } - + + std::cout << currentSnapshot_->getTime()<< ": \n"; } void VelocityVerletIntegrator::postStep() { - + //save snapshot info_->getSnapshotManager()->advance();