Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / atomprop.h
index 11fc31a16f5c4f585f2323d996896e16b1cd2e58..479a65e1898ec017747f71cc64647a2767ccddb4 100644 (file)
@@ -58,7 +58,7 @@ char *gmx_atomprop_element(gmx_atomprop_t aps,int atomnumber);
 
 int gmx_atomprop_atomnumber(gmx_atomprop_t aps,const char *element);
 
-bool gmx_atomprop_query(gmx_atomprop_t aps,
+gmx_bool gmx_atomprop_query(gmx_atomprop_t aps,
                         int eprop,const char *resnm,const char *atomnm,
                         real *value);
 /* Extract a value from the database. Returns TRUE on succes,