Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / mdlib / groupcoord.h
index f01928464af5f8ad6bdc1c9d7fee2e1b0b6b124c..79d107dcc358ebf52aaa96d55b201b1d50044d29 100644 (file)
@@ -112,7 +112,7 @@ extern void dd_make_local_group_indices(gmx_ga2la_t ga2la,
  *                           the group becomes whole.
  */
 extern void communicate_group_positions(t_commrec *cr, rvec *xcoll, ivec *shifts,
-                                        ivec *extra_shifts, const bool bNS,
+                                        ivec *extra_shifts, const gmx_bool bNS,
                                         rvec *x_loc, const int nr, const int nr_loc,
                                         int *anrs_loc, int *coll_ind, rvec *xcoll_old,
                                         matrix box);