Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / perf_est.h
index cee8bc14668523ea7b4d6612466c8aaecdeae9f1..0dba685d6610785d5d302e0aeb2b525f90682941 100644 (file)
@@ -40,7 +40,7 @@
 extern "C" {
 #endif
 
-int n_bonded_dx(gmx_mtop_t *mtop,bool bExcl);
+int n_bonded_dx(gmx_mtop_t *mtop,gmx_bool bExcl);
 /* Returns the number of pbc_rvec_sub calls required for bonded interactions.
  * This number is also roughly proportional to the computational cost.
  */