Replace gmx_large_int_t with gmx_int64_t
[alexxy/gromacs.git] / src / gromacs / legacyheaders / nrnb.h
index 14b90e14777d07a8455de08a5c7df2b0ed9f0419..d0d66cfafe1d4f6e7e2036f8935c093b2df9155f 100644 (file)
@@ -66,7 +66,7 @@ void print_flop(FILE *out, t_nrnb *nrnb, double *nbfs, double *mflop);
  */
 
 void print_perf(FILE *out, double nodetime, double realtime,
-                gmx_large_int_t nsteps, real delta_t,
+                gmx_int64_t nsteps, real delta_t,
                 double nbfs, double mflop);
 /* Prints the performance, nbfs and mflop come from print_flop */