--- trunk/OOPSE/libmdtools/Integrator.cpp 2004/04/12 20:32:20 1097 +++ trunk/OOPSE/libmdtools/Integrator.cpp 2004/04/14 15:37:41 1108 @@ -213,7 +213,7 @@ template void Integrator::integrate(voi MPIcheckPoint(); #endif // is_mpi - while (info->getTime() < runTime){ + while (info->getTime() < runTime && stopIntegrator()){ if ((info->getTime() + dt) >= currStatus){ calcPot = 1; calcStress = 1;