Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / types / pbc.h
index 3c3435b5a0b3e79156facdaeaa2fcc06d3138882..a58e9acf4234a2f35970f7c4df33586f758536bc 100644 (file)
@@ -57,7 +57,7 @@ typedef struct {
   rvec   hbox_diag;
   rvec   mhbox_diag;
   real   max_cutoff2;
-  bool   bLimitDistance;
+  gmx_bool   bLimitDistance;
   real   limit_distance2;
   int    ntric_vec;
   ivec   tric_shift[MAX_NTRICVEC];