Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / mdlib / gmx_qhop_xml.c
index c641503065732d5a3a28ca21ea21eb1d861232da..1f91eac69834e2af5ee757c9a6540dcb9ea146b7 100644 (file)
@@ -280,7 +280,7 @@ gmx_qhops_read(char *fn,int *nqhop)
   int           i,npd;
   t_xmlrec      *xml;
   const char *db="qhops.dat";
-  bool fna=FALSE;
+  gmx_bool fna=FALSE;
   
   xmlDoValidityCheckingDefaultValue = 0;
   if (NULL == fn)