Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / sortwater.c
index a6c8df5b9d5c8da1e1611fd578f27aedd4e85081..a8e1922594146d0bfabd6dc81e0eb81d2d7ec9d7 100644 (file)
@@ -124,7 +124,7 @@ static int blockcomp(const void *a,const void *b)
 }
 
 static void lo_sortwater(int astart,int nwater,int nwatom,rvec x[],rvec v[],
-                        bool bBlock)
+                        gmx_bool bBlock)
 {
   int  i,j,i0,rvi;
   int  *rvindex;