Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / poscalc.h
index 56164a9f77e6085030c9cd886c08f1b12ba7115a..aaac1836df6b564a05699f1608aa738bd4c58091 100644 (file)
@@ -134,7 +134,7 @@ int
 gmx_ana_poscalc_type_from_enum(const char *post, e_poscalc_t *type, int *flags);
 /** Creates a list of strings for position enum parameter handling. */
 const char **
-gmx_ana_poscalc_create_type_enum(bool bAtom);
+gmx_ana_poscalc_create_type_enum(gmx_bool bAtom);
 
 /** Creates a new position calculation collection object. */
 int
@@ -170,7 +170,7 @@ gmx_ana_poscalc_init_pos(gmx_ana_poscalc_t *pc, struct gmx_ana_pos_t *p);
 void
 gmx_ana_poscalc_free(gmx_ana_poscalc_t *pc);
 /** Returns TRUE if the position calculation requires topology information. */
-bool
+gmx_bool
 gmx_ana_poscalc_requires_top(gmx_ana_poscalc_t *pc);
 
 /** Initializes evaluation for a position calculation collection. */