Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / gmxlib / nrnb.cpp
index a9bd5e861d44db7c39a65d2507a55a7d75067203..55d0695aee68a48ab5ca27b6fb14314c2077fb15 100644 (file)
@@ -434,7 +434,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_int64_t nsteps, double delta_t,
+                int64_t nsteps, double delta_t,
                 double nbfs, double mflop)
 {
     double wallclocktime;