Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / mdlib / trajectory_writing.cpp
index 61bf1b96e50b5b777b4791302e7eef1a84b4765f..3172c03b1b0cee4332b7c699fbe16c2f75c33679 100644 (file)
@@ -58,8 +58,8 @@ do_md_trajectory_writing(FILE                    *fplog,
                          t_commrec               *cr,
                          int                      nfile,
                          const t_filenm           fnm[],
-                         gmx_int64_t              step,
-                         gmx_int64_t              step_rel,
+                         int64_t                  step,
+                         int64_t                  step_rel,
                          double                   t,
                          t_inputrec              *ir,
                          t_state                 *state,