Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / mvdata.c
index f588a2a64b12c86d8e74fb415108d7c2c6c6cbca..6720f5b22d227680a2899db5e9c47001e4f0590e 100644 (file)
@@ -217,7 +217,7 @@ void bcast_state_setup(const t_commrec *cr,t_state *state)
   block_bc(cr,state->flags);
 }
 
-void bcast_state(const t_commrec *cr,t_state *state,bool bAlloc)
+void bcast_state(const t_commrec *cr,t_state *state,gmx_bool bAlloc)
 {
   int i,nnht,nnhtp;
 
@@ -460,7 +460,7 @@ static void bc_pull(const t_commrec *cr,t_pull *pull)
 
 static void bc_inputrec(const t_commrec *cr,t_inputrec *inputrec)
 {
-  bool bAlloc=TRUE;
+  gmx_bool bAlloc=TRUE;
   int i;
   
   block_bc(cr,*inputrec);
@@ -491,7 +491,7 @@ static void bc_moltype(const t_commrec *cr,t_symtab *symtab,
 
 static void bc_molblock(const t_commrec *cr,gmx_molblock_t *molb)
 {
-  bool bAlloc=TRUE;
+  gmx_bool bAlloc=TRUE;
   
   block_bc(cr,molb->type);
   block_bc(cr,molb->nmol);