Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / network.h
index 3c7cc8ec85fac7fa006d6ca10a0f2db8ca15e22b..d1e05e3e299cff3ec3497c7dd2f7bc4e847c9a2d 100644 (file)
@@ -65,7 +65,7 @@ int gmx_node_rank(void);
 void gmx_setup_nodecomm(FILE *fplog,t_commrec *cr);
 /* Sets up fast global communication for clusters with multi-core nodes */
 
-bool gmx_mpi_initialized(void);
+gmx_bool gmx_mpi_initialized(void);
 /* return TRUE when MPI_Init has been called.
  * return FALSE when MPI_Init has not been called OR
  * when GROMACS was compiled without MPI support.