Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / kernel / topio.h
index 5a2980ab2e6dab57090aca0055e75161316a015b..69f247ff52033524154ca9f3d89d7ff9a0510b6d 100644 (file)
 extern double check_mol(gmx_mtop_t *mtop,warninp_t wi);
 /* Check mass and charge */
 
-extern char **do_top(bool         bVerbose,
+extern char **do_top(gmx_bool         bVerbose,
                     const char   *topfile,
                     const char   *topppfile,
                     t_gromppopts *opts,
-                    bool         bZero,
+                    gmx_bool         bZero,
                     t_symtab     *symtab,
                     t_params     plist[],
                     int          *combination_rule,
@@ -60,7 +60,7 @@ extern char **do_top(bool         bVerbose,
                     t_inputrec   *ir,
                     int          *nmolblock,
                     gmx_molblock_t **molblock,
-                    bool         bGB,
+                    gmx_bool         bGB,
                     warninp_t    wi);