Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_wheel.c
index aa60df9a1b1c51e0e657b891103b5e90550f1953..3b1f5e5a949085f8aac9cbc6f994fd7e76364394 100644 (file)
 #include "strdb.h"
 #include "gmx_ana.h"
 
-bool *bPhobics(int nres,char *resnm[])
+gmx_bool *bPhobics(int nres,char *resnm[])
 {
   int  i,nb;
   char **cb;
-  bool *bb;
+  gmx_bool *bb;
   
   nb=get_strings("phbres.dat",&cb);
   snew(bb,nres);
@@ -87,7 +87,7 @@ void wheel(const char *fn,int nres,char *resnm[],int r0,real rot0,char *title)
   int  i,sl,slen;
   real ring,inner,outer;
   real xc,yc,box;
-  bool *bPh;
+  gmx_bool *bPh;
   char **rnms;
   char sign;
   
@@ -210,7 +210,7 @@ int gmx_wheel(int argc,char *argv[])
   };
   output_env_t oenv;
   static real rot0=0;
-  static bool bNum=TRUE;
+  static gmx_bool bNum=TRUE;
   static char *title=NULL;
   static int  r0=1;
   t_pargs pa [] = {