Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / tgroup.h
index 63f2b9235a3eb8026904ff00a8f13c4d82003507..1cf5cc01c27f3698cc6377d7da61a211fee6c83f 100644 (file)
@@ -59,7 +59,7 @@ void accumulate_u(t_commrec *cr,t_grpopts *opts,
  */
 
 real sum_ekin(t_grpopts *opts,gmx_ekindata_t *ekind, real *dekindlambda, 
-                    bool bEkinFullStep,bool bSaveEkinOld, bool bScaleEkin);
+                    gmx_bool bEkinFullStep,gmx_bool bSaveEkinOld, gmx_bool bScaleEkin);
 /* Sum the group ekins into total ekin and calc temp per group,
  * return total temperature.
  */