Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / types / matrix.h
index c2f7a3c76b9f1c625803f0d1ef96d2a9b8ad331a..cb69daf2f988c13e293291b066a76a1f87587e1e 100644 (file)
@@ -74,7 +74,7 @@ typedef struct {
   char legend[256];
   char label_x[256];
   char label_y[256];
-  bool bDiscrete;
+  gmx_bool bDiscrete;
   real *axis_x;
   real *axis_y;
   t_matelmt **matrix;