Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / fitahx.c
index 992a3a88ecb3a9fdccdb16418e871af55eec5a55..42b40d5660cd3a6c52ce289cf308c620f56f423e 100644 (file)
@@ -66,7 +66,7 @@ static void my_sub_xcm(int nbb,atom_id bbind[],rvec x[],rvec xcm)
 
 real fit_ahx(int nres,t_bb bb[],int natoms,int nall,atom_id allindex[],
             rvec x[],int nca,
-            atom_id caindex[],matrix box,bool bFit)
+            atom_id caindex[],matrix box,gmx_bool bFit)
 {
   static rvec *xref=NULL;
   static real *mass=NULL;