--- trunk/mdtools/md_code/Symplectic.cpp 2002/11/21 20:33:06 184 +++ trunk/mdtools/md_code/Symplectic.cpp 2002/11/26 21:04:43 189 @@ -146,12 +146,6 @@ void Symplectic::integrate( void ){ StatWriter* e_out = new StatWriter( entry_plug ); DumpWriter* dump_out = new DumpWriter( entry_plug ); - - strcpy( checkPointMsg, "Fast foward!" ); - MPIcheckPoint(); - - strcpy( checkPointMsg, "Fast fowarding!" ); - MPIcheckPoint(); Atom** atoms = entry_plug->atoms; DirectionalAtom* dAtom;