Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / mdlib / nsgrid.c
index c1b1291b3cb7e592d60d81f71228ae17a9289d50..ee9a6dca824312d8968d2a1b2d5bc419c433bcc6 100644 (file)
@@ -202,7 +202,7 @@ static void set_grid_sizes(matrix box,rvec izones_x0,rvec izones_x1,real rlist,
                            real grid_density)
 {
     int  i,j;
-    bool bDD,bDDRect;
+    gmx_bool bDD,bDDRect;
     rvec av,stddev;
     rvec izones_size;
     real inv_r_ideal,size,add_tric,radd;
@@ -614,7 +614,7 @@ void fill_grid(FILE *log,
     rvec   n_box,offset;
     int    zone,ccg0,ccg1,cg,d,not_used;
     ivec   shift0,useall,b0,b1,ind;
-    bool   bUse;
+    gmx_bool   bUse;
     
     if (cg0 == -1)
     {