Replace gmx_large_int_t with gmx_int64_t
[alexxy/gromacs.git] / src / gromacs / gmxlib / nrnb.c
index 748785e5dde401ba8b53517181ac6e3de072422e..7b0a7cb029bd875973f8fd4ef3d24a8a6ce999e5 100644 (file)
@@ -384,7 +384,7 @@ void print_flop(FILE *out, t_nrnb *nrnb, double *nbfs, double *mflop)
 }
 
 void print_perf(FILE *out, double time_per_thread, double time_per_node,
-                gmx_large_int_t nsteps, real delta_t,
+                gmx_int64_t nsteps, real delta_t,
                 double nbfs, double mflop)
 {
     real wallclocktime;