| # | Line 16 | Line 16 | void sendFrcStruct( void *frcStruct, MPI_Datatype stru | |
|---|---|---|
| 16 | } | |
| 17 | ||
| 18 | ||
| 19 | < | void recieveFrcStruct( void *frcStruct, MPI_Datatype structType ){ |
| 19 | > | void receiveFrcStruct( void *frcStruct, MPI_Datatype structType ){ |
| 20 | ||
| 21 | MPI_Bcast(frcStruct,1,structType,0,MPI_COMM_WORLD); | |
| 22 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |