Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / xvgr.h
index b6f7f633dd34a8bb07bab33ef1e3039e833ae669..a4372a8364574fce3267a3b7bf5d96f840826f3f 100644 (file)
@@ -88,7 +88,7 @@ enum {
  * \4 : (deprecated) end symbol font
  */
 
-bool output_env_get_print_xvgr_codes(const output_env_t oenv);
+gmx_bool output_env_get_print_xvgr_codes(const output_env_t oenv);
 /* Returns if we should print xmgrace or xmgr codes */
 
 enum {
@@ -174,9 +174,9 @@ void write_xvg(const char *fn,const char *title,int nx,int ny,real **y,
  * two dimensional array which is returned.
  */
 real **read_xvg_time(const char *fn,
-                           bool bHaveT,
-                           bool bTB,real tb,
-                           bool bTE,real te,
+                           gmx_bool bHaveT,
+                           gmx_bool bTB,real tb,
+                           gmx_bool bTE,real te,
                            int nsets_in,int *nset,int *nval,
                            real *dt,real **t);
 #ifdef __cplusplus