Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / contrib / anaf.c
index 4f076ba499472e06cb4a100e1afd5817799926e6..5e8e3af3b7e2143e669b0ac525fe0915cd658746 100644 (file)
@@ -66,7 +66,7 @@ static void list_trn(char *fn)
   real        mmm,len;
   matrix      box;
   t_trnheader trn;
-  bool        bOK;
+  gmx_bool        bOK;
 
   printf("Going to open %s\n",fn);
   fpread  = open_trn(fn,"r");