Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / fitahx.h
index 3e2316b1779c60b49ff8687830a1f823dc7cb957..7194f906122310afe14499238d7e9e4e4c306232 100644 (file)
@@ -41,6 +41,6 @@
 #include "hxprops.h"
        
 extern 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);
+                   rvec x[],int nca,atom_id caindex[],matrix box,gmx_bool bFit);
                    
 #endif