--- trunk/OOPSE/libmdtools/Integrator.cpp 2003/09/23 20:34:31 782 +++ trunk/OOPSE/libmdtools/Integrator.cpp 2003/09/24 19:34:39 784 @@ -172,6 +172,8 @@ template void Integrator::integrate(voi dt = info->dt; dt2 = 0.5 * dt; + + readyCheck(); // initialize the forces before the first step @@ -198,7 +200,7 @@ template void Integrator::integrate(voi dumpOut->writeDump(info->getTime()); statOut->writeStat(info->getTime()); - readyCheck(); + #ifdef IS_MPI strcpy(checkPointMsg, "The integrator is ready to go.");