--- trunk/OOPSE/libmdtools/Integrator.cpp 2003/07/14 22:38:13 600 +++ trunk/OOPSE/libmdtools/Integrator.cpp 2003/07/14 23:06:09 601 @@ -26,8 +26,6 @@ Integrator::Integrator( SimInfo *theInfo, ForceFields* info->the_integrator = this; nAtoms = info->n_atoms; - - std::cerr << "integ nAtoms = " << nAtoms << "\n"; // check for constraints @@ -224,8 +222,6 @@ void Integrator::integrate( void ){ calcPot = 1; calcStress = 1; } - - std::cerr << currTime << "\n"; integrateStep( calcPot, calcStress );