Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / mdlib / stat.cpp
index 32fed5d8f107570879405a7ec39a0bbcea325b91..5c5ce347658df96b930246d8812011d653aaadcc 100644 (file)
@@ -380,7 +380,7 @@ void global_stat(gmx_global_stat_t gs,
     }
 }
 
-int do_per_step(gmx_int64_t step, gmx_int64_t nstep)
+int do_per_step(int64_t step, int64_t nstep)
 {
     if (nstep != 0)
     {