Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / gbutil.c
index d148095bfa3ecdb28752dae29d68d9a70e495752..7d516c3491dd1dccfd83bafe4fe64f09b6bcd290 100644 (file)
@@ -239,7 +239,7 @@ void genconf(t_atoms *atoms,rvec *x,rvec *v,real *r,matrix box,ivec n_box)
 
 /*gen_box() generates a box around a configuration*/
 void gen_box(int NTB,int natoms,rvec *x, matrix box,rvec box_space,
-            bool bCenter)
+            gmx_bool bCenter)
 {
   int i,m;
   rvec xmin, xmax;