Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / pppm.h
index 4e972895043ebfe6f2358da8e00de35dbc7ecafe..887a263114c3860f32c364e89f22ec2f5a306690 100644 (file)
@@ -45,17 +45,17 @@ extern "C" {
 #endif
 
 int gmx_pppm_init(FILE *log,      t_commrec *cr,
-                        const output_env_t oenv, bool bVerbose,
-                        bool bOld,      matrix box,
+                        const output_env_t oenv, gmx_bool bVerbose,
+                        gmx_bool bOld,      matrix box,
                         char *ghatfn,   t_inputrec *ir,
-                         bool bReproducible);
+                         gmx_bool bReproducible);
 /* Setup stuff for PPPM. 
  * Either reads a ghat function from file (when the file exists)
  * or generate a ghat function from scratch.
  */
 
 int gmx_pppm_do(FILE *log,       gmx_pme_t pme,
-                      bool bVerbose,
+                      gmx_bool bVerbose,
                       rvec x[],        rvec f[],
                       real charge[],   rvec box,
                       real phi[],      t_commrec *cr,
@@ -80,7 +80,7 @@ void pr_scalar_gk(const char *fn,const output_env_t oenv,
                          int nx,int ny,int nz, rvec box,real ***ghat);
 
 void mk_ghat(FILE *fp,int nx,int ny,int nz,
-                    real ***ghat, rvec box,real r1,real rc,bool bSym,bool bOld);
+                    real ***ghat, rvec box,real r1,real rc,gmx_bool bSym,gmx_bool bOld);
 /* Generate a Ghat function from scratch. The ghat grid should
  * be allocated using the mk_rgrid function. When bSym, only
  * the first octant of the function is generated by direct calculation
@@ -107,7 +107,7 @@ real ***rd_ghat(FILE *log,const output_env_t oenv,char *fn,ivec igrid,
 void wr_ghat(const char *fn,const output_env_t oenv, 
                     int n1max,int n2max, int n3max,real h1,
                    real h2,real h3,real ***ghat,int nalias,
-                   int porder,int niter,bool bSym,rvec beta,
+                   int porder,int niter,gmx_bool bSym,rvec beta,
                    real r1,real rc,real pval,real zval,real eref,real qopt);
 /* Write a ghat file. (see above) */