fix typo
This commit is contained in:
@ -300,7 +300,7 @@ int MPI_Irecv(void *buf, int count, MPI_Datatype datatype, int source, int tag,
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
int MPI_Iprobe(int, int, MPI_Comm, int *flag, MPI_Status *);
|
||||
int MPI_Iprobe(int, int, MPI_Comm, int *flag, MPI_Status *)
|
||||
{
|
||||
if (flag) *flag = 0;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user