Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / ngmx / fgrid.c
index 5ed1a8365fdbe038b4d503c846620e339d19c811..dae850b6610379b3a6ab906e9130bd07819ad8cd 100644 (file)
@@ -159,7 +159,7 @@ static void ReadQuoteStringOrAccClose(FILE *in, char *buf)
   buf[i]='\0';
 }
 
-static bool bNotAccClose(const char *buf)
+static gmx_bool bNotAccClose(const char *buf)
 {
   return (strcmp(buf,"}")!=0);
 }