Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / hxprops.c
index f16fdf4d64086505b7e86425f4188caf492c1a28..8bd04d4062f2b6f81f26dd9777e3aab24f87a383 100644 (file)
@@ -491,7 +491,7 @@ static void check_ahx(int nres,t_bb bb[],rvec x[],
 
 void do_start_end(int nres,t_bb bb[],rvec x[],int *nbb,atom_id bbindex[],
                  int *nca,atom_id caindex[],
-                 bool bRange,int rStart,int rEnd)
+                 gmx_bool bRange,int rStart,int rEnd)
 {
   int    i,j,hstart=0,hend=0;