Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / contrib / ehanal.c
index 4788816cab282e9e88049717ca9093fec35b6909..754af7e47746ceac8afd2e48d8c907d7b746cd62 100644 (file)
@@ -131,7 +131,7 @@ void dump_histo(t_histo *h,char *fn,char *title,char *xaxis,char *yaxis,
  *
  *******************************************************************/  
 
-void add_scatter_event(t_ana_scat *scatter,rvec pos,bool bInel,
+void add_scatter_event(t_ana_scat *scatter,rvec pos,gmx_bool bInel,
                       real t,real ekin)
 {
   int np = scatter->np;