--- trunk/OOPSE/libmdtools/LJ_FF.cpp 2003/03/27 21:07:14 428 +++ trunk/OOPSE/libmdtools/LJ_FF.cpp 2003/03/28 15:28:53 433 @@ -397,6 +397,8 @@ void LJ_FF::readParams( void ){ currentAtomType = currentAtomType->next; } + entry_plug->useLJ = 1; + #ifdef IS_MPI sprintf( checkPointMsg, "LJ_FF atom structures successfully sent to fortran\n" ); @@ -435,8 +437,8 @@ void LJ_FF::initializeAtoms( int nAtoms, Atom** the_at if( bigSigma < currentAtomType->sigma ) bigSigma = currentAtomType->sigma; } - entry_plug->useLJ = 1; + #ifdef IS_MPI sprintf( checkPointMsg, "LJ_FF atoms initialized succesfully" ); MPIcheckPoint();