Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / kernel / readpull.c
index 807ad48f9cc296bee92bffbe5e82080f75f73c40..7e623fbfcacfc9e53c7f4263aa98ce55116d87ba 100644 (file)
@@ -67,7 +67,7 @@ static void string2dvec(char buf[], dvec nums)
 }
 
 static void init_pullgrp(t_pullgrp *pg,char *wbuf,
-                        bool bRef,int eGeom,char *s_vec)
+                        gmx_bool bRef,int eGeom,char *s_vec)
 {
   double d;
   int    n,m;
@@ -97,7 +97,7 @@ static void init_pullgrp(t_pullgrp *pg,char *wbuf,
 }
 
 char **read_pullparams(int *ninp_p,t_inpfile **inp_p,
-                      t_pull *pull,bool *bStart,
+                      t_pull *pull,gmx_bool *bStart,
                       warninp_t wi) 
 {
   int  ninp,nerror=0,i,nchar,ndim,nscan,m;
@@ -281,7 +281,7 @@ void make_pull_groups(t_pull *pull,char **pgnames,t_blocka *grps,char **gnames)
 }
 
 void set_pull_init(t_inputrec *ir,gmx_mtop_t *mtop,rvec *x,matrix box,
-                  const output_env_t oenv,bool bStart)
+                  const output_env_t oenv,gmx_bool bStart)
 {
   t_mdatoms *md;
   t_pull    *pull;