--- trunk/OOPSE/libmdtools/LJFF.cpp 2004/01/13 23:01:43 941 +++ trunk/OOPSE/libmdtools/LJFF.cpp 2004/01/22 17:34:20 976 @@ -331,7 +331,7 @@ void LJFF::readParams( void ){ MPIcheckPoint(); headAtomType = new LinkedAtomType; - recieveFrcStruct( &info, mpiAtomStructType ); + receiveFrcStruct( &info, mpiAtomStructType ); while( !info.last ){ @@ -341,7 +341,7 @@ void LJFF::readParams( void ){ MPIcheckPoint(); - recieveFrcStruct( &info, mpiAtomStructType ); + receiveFrcStruct( &info, mpiAtomStructType ); } } #endif // is_mpi