Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / kernel / ter_db.c
index 1e9474b1b632de4c11524440db341c172ddd0de6..b30d3b4d78e123d8e3f31909a9c025a602755270 100644 (file)
@@ -77,7 +77,7 @@ int find_kw(char *keyw)
 
 #define FATAL() gmx_fatal(FARGS,"Reading Termini Database: not enough items on line\n%s",line)
 
-static void read_atom(char *line, bool bAdd,
+static void read_atom(char *line, gmx_bool bAdd,
                      char **nname, t_atom *a, gpp_atomtype_t atype, int *cgnr)
 {
   int    nr, i;
@@ -371,7 +371,7 @@ t_hackblock **filter_ter(int nrtp,t_restp rtp[],
 
     t_restp *   restp;
     int         i,j,n,len,none_idx;
-    bool        found;
+    gmx_bool        found;
     char        *rtpname_match,*s,*s2,*c;
     t_hackblock **list;