readability-implicit-bool-conversion 1/2
[alexxy/gromacs.git] / src / gromacs / mdlib / sim_util.h
index d3db44037969354bb12af85854fe932832a61e97..eedfd21f84fe18bababc1b189a22600fa539fa17 100644 (file)
@@ -99,7 +99,7 @@ void global_stat(gmx_global_stat_t gs,
                  gmx_bool bSumEkinhOld, int flags);
 /* All-reduce energy-like quantities over cr->mpi_comm_mysim */
 
-int do_per_step(int64_t step, int64_t nstep);
+bool do_per_step(int64_t step, int64_t nstep);
 /* Return TRUE if io should be done */
 
 /* ROUTINES from sim_util.c */