Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / splitter.h
index 31d34da66beaa9301af880a12fb30f420945a854..5fb0832f10f19ca91b132bf92411c7e0c508be42 100644 (file)
@@ -57,7 +57,7 @@ void split_top(FILE *fp,int nnodes,gmx_localtop_t *top,
 
 void gen_sblocks(FILE *fp,int at_start,int at_end,
                        t_idef *idef,t_blocka *sblock,
-                       bool bSettle);
+                       gmx_bool bSettle);
 /* Generate shake blocks from the constraint list. Set bSettle to yes for shake
  * blocks including settles. You normally do not want this.
  */