--- trunk/OOPSE/libmdtools/GhostBend.cpp 2003/03/21 17:42:12 378 +++ trunk/OOPSE/libmdtools/GhostBend.cpp 2003/05/20 16:44:06 539 @@ -30,12 +30,6 @@ GhostBend::GhostBend( Atom &a, Atom &b ){ c_potential_E = 0.0; -#ifdef IS_MPI - sprintf( checkPointMsg, - "Succesfull creation of Ghost bend\n" ); - MPIcheckPoint(); -#endif // is_mpi - }