Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_genpr.c
index ae69746385d68cb680381138785bbe9c19e5d265..d76b987751236e2f74dcbb4b02ec115b6351e4be 100644 (file)
@@ -78,8 +78,8 @@ int gmx_genpr(int argc,char *argv[])
   static real    disre_dist = 0.1;
   static real    disre_frac = 0.0;
   static real    disre_up2  = 1.0;
-  static bool    bDisre=FALSE;
-  static bool    bConstr=FALSE;
+  static gmx_bool    bDisre=FALSE;
+  static gmx_bool    bConstr=FALSE;
   static real    cutoff = -1.0;
        
   t_pargs pa[] = {
@@ -113,7 +113,7 @@ int gmx_genpr(int argc,char *argv[])
   char         *gn_grp;
   char         title[STRLEN];
   matrix       box;
-  bool         bFreeze;
+  gmx_bool         bFreeze;
   rvec         dx,*x=NULL,*v=NULL;
   
   t_filenm fnm[] = {