Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / mdlib / groupcoord.c
index 2c8358e5595883a7e155332c01e1b367e2c40e18..eb6ecafaaae0471151bb54cf6c905dd808c8a2c2 100644 (file)
@@ -196,7 +196,7 @@ extern void communicate_group_positions(
         rvec       *xcoll,        /* OUT: Collective array of positions */
         ivec       *shifts,       /* IN+OUT: Collective array of shifts for xcoll */
         ivec       *extra_shifts, /* BUF: Extra shifts since last time step */
-        const bool bNS,           /* IN:  NS step, the shifts have changed */
+        const gmx_bool bNS,           /* IN:  NS step, the shifts have changed */
         rvec       *x_loc,        /* IN:  Local positions on this node */ 
         const int  nr,            /* IN:  Total number of atoms in the group */
         const int  nr_loc,        /* IN:  Local number of atoms in the group */