Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / mdlib / genborn_allvsall_sse2_single.c
index 809bd8e895ec2b8b75ac62b8cb462df9a08fdc81..ff8f4a18f408b2270bb94a601faaf1d4964a398c 100644 (file)
@@ -137,9 +137,9 @@ setup_gb_exclusions_and_indices(gmx_allvsallgb2_data_t *   aadata,
                                 int                        start,
                                 int                        end,
                                 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;
@@ -644,9 +644,9 @@ genborn_allvsall_setup(gmx_allvsallgb2_data_t **  p_aadata,
                        t_mdatoms *                mdatoms,
                        real                       radius_offset,
                        int                        gb_algorithm,
-                       bool                       bInclude12,
-                       bool                       bInclude13,
-                       bool                       bInclude14)
+                       gmx_bool                       bInclude12,
+                       gmx_bool                       bInclude13,
+                       gmx_bool                       bInclude14)
 {
        int i,j,idx;
     int natoms;