Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / thread_mpi / group.c
index f7b17ee0b1c128a64d9f127eab561b5a9b81ae9f..fa2bf0cb021d5c3889906906b36f30744900065f 100644 (file)
@@ -60,7 +60,7 @@ files.
 
 /* Group query & manipulation functions */
 
-bool tMPI_In_group(tMPI_Group group)
+gmx_bool tMPI_In_group(tMPI_Group group)
 {
     int i;
     struct tmpi_thread *cur;