Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / partdec.h
index 746b5a2a645530446c4618e873589312bdbb9abc..8ac73bce137862ba73514bc6666d8686ae12da7a 100644 (file)
@@ -115,7 +115,7 @@ gmx_localtop_t *split_system(FILE *log,
                                    t_commrec *cr);
 /* Split the system over N processors. */
 
-bool setup_parallel_vsites(t_idef *idef,t_commrec *cr,
+gmx_bool setup_parallel_vsites(t_idef *idef,t_commrec *cr,
                                  t_comm_vsites *vsitecomm);
 
 t_state *partdec_init_local_state(t_commrec *cr,t_state *state_global);