Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / ifunc.c
index 7eb3ef2b98bbd8f8f5b50a80ab18d9c8af5b50f0..8808f4cf95a156b3eed6aa08bd8d5d2e2907f9f3 100644 (file)
@@ -172,7 +172,7 @@ const t_interaction_function interaction_function[F_NRE]=
   def_nofc    ("DH/DL_CON","dH/dl constr."    )
 };
 
-bool have_interaction(t_idef *idef,int ftype)
+gmx_bool have_interaction(t_idef *idef,int ftype)
 {
   int i;