--- trunk/mdtools/headers/mpiForceField.h 2002/10/16 22:24:26 140 +++ trunk/mdtools/headers/mpiForceField.h 2002/12/10 22:09:44 203 @@ -1,10 +1,20 @@ #ifndef __MPIFORCEFIELD_H__ #define __MPIFORCEFIELD_H__ +#include +#ifdef __cplusplus +extern "C" { +#endif + void sendFrcStruct( void *frcStruct, MPI_Datatype structType ); + void recieveFrcStruct( void *frcStruct, MPI_Datatype structType ); + void setup_parallel_lr_force(int *nComponents, +#ifdef __cplusplus +} +#endif #endif