Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / types / state.h
index fe2fb61d33e76a3589ca8d5fc9a32127de629155..ce85eaa55a1eaafde8151a688d46a8dc3abaed6a 100644 (file)
@@ -86,7 +86,7 @@ typedef struct
  */
 typedef struct
 {
-  bool     bUpToDate;
+  gmx_bool     bUpToDate;
   int      ekin_n;
   tensor  *ekinh;
   tensor  *ekinf;