--- trunk/OOPSE/libmdtools/mpiForceField.h 2003/03/21 17:42:12 378 +++ trunk/OOPSE/libmdtools/mpiForceField.h 2004/01/22 17:34:20 976 @@ -9,7 +9,7 @@ extern "C" { void sendFrcStruct( void *frcStruct, MPI_Datatype structType ); - void recieveFrcStruct( void *frcStruct, MPI_Datatype structType ); + void receiveFrcStruct( void *frcStruct, MPI_Datatype structType ); #ifdef __cplusplus }