Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / mdlib / genborn_allvsall.c
index 11d841d0f50e1219d1f1631d5ce1a20df9b8afdd..43ce789971492c29ae3c81ec828315c3a7d0d8de 100644 (file)
@@ -107,9 +107,9 @@ static void
 setup_gb_exclusions_and_indices(gmx_allvsallgb2_data_t *   aadata,
                                 t_ilist *                  ilist,
                                 int                        natoms,
-                                bool                       bInclude12,
-                                bool                       bInclude13,
-                                bool                       bInclude14)
+                                gmx_bool                       bInclude12,
+                                gmx_bool                       bInclude13,
+                                gmx_bool                       bInclude14)
 {
     int i,j,k,tp;
     int a1,a2;
@@ -321,9 +321,9 @@ static void
 genborn_allvsall_setup(gmx_allvsallgb2_data_t **  p_aadata,
                        t_ilist *                  ilist,
                        int                        natoms,
-                       bool                       bInclude12,
-                       bool                       bInclude13,
-                       bool                       bInclude14)
+                       gmx_bool                       bInclude12,
+                       gmx_bool                       bInclude13,
+                       gmx_bool                       bInclude14)
 {
        int i,j,idx;
        gmx_allvsallgb2_data_t *aadata;