--- trunk/OOPSE/libmdtools/Integrator.cpp 2003/08/13 19:21:53 693 +++ trunk/OOPSE/libmdtools/Integrator.cpp 2003/08/22 20:04:39 711 @@ -193,9 +193,9 @@ template void Integrator::integrate( vo calcPot = 0; calcStress = 0; - currSample = sampleTime; - currThermal = thermalTime; - currStatus = statusTime; + currSample = sampleTime + info->getTime(); + currThermal = thermalTime+ info->getTime(); + currStatus = statusTime + info->getTime(); dumpOut->writeDump( info->getTime() ); statOut->writeStat( info->getTime() );