--- trunk/OOPSE/libmdtools/Integrator.cpp 2003/10/29 17:55:28 841 +++ trunk/OOPSE/libmdtools/Integrator.cpp 2003/10/29 20:41:39 843 @@ -174,8 +174,6 @@ template void Integrator::integrate(voi // initialize the forces before the first step - std::cerr << "Before initial Force calc\n"; - calcForce(1, 1); if (nConstrained){ @@ -183,11 +181,8 @@ template void Integrator::integrate(voi constrainA(); calcForce(1, 1); constrainB(); - std::cerr << "premove done\n"; } - - - + if (info->setTemp){ thermalize(); } @@ -201,7 +196,6 @@ template void Integrator::integrate(voi dumpOut->writeDump(info->getTime()); statOut->writeStat(info->getTime()); - #ifdef IS_MPI @@ -244,8 +238,6 @@ template void Integrator::integrate(voi currReset += resetTime; } } - - std::cerr << "done with time = " << info->getTime() << "\n"; #ifdef IS_MPI strcpy(checkPointMsg, "successfully took a time step.");