Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / resall.h
index e23f8080091432d8f44b6cba60cd8fa281e25cc0..69cbb1f84394b1caf2d62e19f781ddcef34775ed 100644 (file)
@@ -61,7 +61,7 @@ gpp_atomtype_t read_atype(const char *ffdir,t_symtab *tab);
 
 void read_resall(char *resdb, int *nrtp,t_restp **rtp, 
                 gpp_atomtype_t atype, t_symtab *tab,
-                bool bAllowOverrideRTP);
+                gmx_bool bAllowOverrideRTP);
 /* read rtp database, append to the existing database */
 
 void print_resall(FILE *out, int nrtp, t_restp rtp[],