Replace gmx_large_int_t with gmx_int64_t
[alexxy/gromacs.git] / src / gromacs / mdlib / stat.c
index 4a086ee806dc9beeb44c1adf6451a8f1359ef80e..23a09035a125aecac358ee376aca863a1bc91d17 100644 (file)
@@ -416,7 +416,7 @@ void global_stat(FILE *fplog, gmx_global_stat_t gs,
     where();
 }
 
-int do_per_step(gmx_large_int_t step, gmx_large_int_t nstep)
+int do_per_step(gmx_int64_t step, gmx_int64_t nstep)
 {
     if (nstep != 0)
     {
@@ -427,4 +427,3 @@ int do_per_step(gmx_large_int_t step, gmx_large_int_t nstep)
         return 0;
     }
 }
-