Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / kernel / nm2type.c
index 4caa9a087d10379b8cf9ac779c557d6b117e34e7..6b1b536ca98942c8f52e0e70f6ca46ba65b685ed 100644 (file)
@@ -64,7 +64,7 @@
 static void rd_nm2type_file(const char *fn,int *nnm,t_nm2type **nmp)
 {
   FILE      *fp;
-  bool      bCont;
+  gmx_bool      bCont;
   char      libfilename[128];
   char      format[128],f1[128];
   char      buf[1024],elem[16],type[16],nbbuf[16],**newbuf;