Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / mdlib / mdoutf.cpp
index d309052901f79f90257cb3305b6a1b6be2546702..4f485e6f4289313ffa243f1d2eea7802ef92732d 100644 (file)
@@ -249,7 +249,7 @@ void mdoutf_write_to_trajectory_files(FILE *fplog, const t_commrec *cr,
                                       gmx_mdoutf_t of,
                                       int mdof_flags,
                                       gmx_mtop_t *top_global,
-                                      gmx_int64_t step, double t,
+                                      int64_t step, double t,
                                       t_state *state_local, t_state *state_global,
                                       ObservablesHistory *observablesHistory,
                                       gmx::ArrayRef<gmx::RVec> f_local)