--- trunk/OOPSE/libmdtools/SimSetup.cpp 2003/09/02 14:30:12 738 +++ trunk/OOPSE/libmdtools/SimSetup.cpp 2003/09/04 21:48:35 746 @@ -686,6 +686,12 @@ void SimSetup::gatherInfo(void){ if (globals->haveThermalTime()){ info[i].thermalTime = globals->getThermalTime(); + } + + info[i].resetIntegrator = 0; + if( globals->haveResetTime() ){ + info[i].resetTime = globals->getResetTime(); + info[i].resetIntegrator = 1; } // check for the temperature set flag