change gmx_bool to bool in gmxpreprocess
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / nm2type.cpp
index 3b7d145a8ce813005a1ab20705b5b526be822d17..a469435ced2b59c7a510386857ed0c8f16847ab6 100644 (file)
@@ -61,7 +61,7 @@
 static void rd_nm2type_file(const char *fn, int *nnm, t_nm2type **nmp)
 {
     FILE         *fp;
-    gmx_bool      bCont;
+    bool          bCont;
     char          libfilename[128];
     char          format[128], f1[128];
     char          buf[1024], elem[16], type[16], nbbuf[16], **newbuf;