Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / thread_mpi / p2p_wait.h
index 7be038ed33ad0d18880f6cbc7c43d1384fdc2699..b15a32bc6f5c0ae6dbbf83dd709d4042809e16c5 100644 (file)
@@ -146,7 +146,7 @@ int tMPI_Test(tMPI_Request *request, int *flag, tMPI_Status *status)
    blocking = whether to block until all reqs are completed */
 static void tMPI_Test_multi_req(struct tmpi_thread *cur, 
                                 int count, tMPI_Request *array_of_requests,
-                                bool wait, bool blocking)
+                                gmx_bool wait, gmx_bool blocking)
 {
     int i;
     struct tmpi_req_ *first=NULL, *last=NULL;