Remove gmx custom fixed int (e.g. gmx_int64_t) types
[alexxy/gromacs.git] / src / gromacs / mdlib / trajectory_writing.h
index 9bf1fcfec5a7fa19b69f8e803eb13aeb0f64cb35..ea000f8d6b4af7d7dbf2f8100c5a4fee12f31d40 100644 (file)
@@ -63,8 +63,8 @@ do_md_trajectory_writing(FILE                     *fplog,
                          struct 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,