--- trunk/OOPSE/libmdtools/Integrator.cpp 2003/10/29 00:19:10 837 +++ trunk/OOPSE/libmdtools/Integrator.cpp 2003/10/29 20:41:39 843 @@ -182,7 +182,7 @@ template void Integrator::integrate(voi calcForce(1, 1); constrainB(); } - + if (info->setTemp){ thermalize(); } @@ -198,7 +198,6 @@ template void Integrator::integrate(voi statOut->writeStat(info->getTime()); - #ifdef IS_MPI strcpy(checkPointMsg, "The integrator is ready to go."); MPIcheckPoint();