--- trunk/OOPSE-4/src/UseTheForce/ForceFields.cpp 2004/10/20 20:46:20 1617 +++ trunk/OOPSE-4/src/UseTheForce/ForceFields.cpp 2004/10/21 20:15:31 1628 @@ -230,12 +230,12 @@ void ForceFields::initFortran(int ljMixPolicy, int use } -void ForceFields::initFortran(int ljMixPolicy, int useReactionField ){ +void ForceFields::initFortran(int useReactionField ){ int isError; isError = 0; - initFortranFF( &ljMixPolicy, &useReactionField, &isError ); + initFortranFF( &useReactionField, &isError ); if(isError){ sprintf( painCave.errMsg, @@ -243,8 +243,8 @@ void ForceFields::initFortran(int ljMixPolicy, int use painCave.isFatal = 1; simError(); } - + #ifdef IS_MPI sprintf( checkPointMsg, "ForceField successfully initialized the fortran component list.\n" ); MPIcheckPoint();