Replace gmx_large_int_t with gmx_int64_t
[alexxy/gromacs.git] / src / gromacs / fileio / trajectory_writing.c
index d204b6cbc52fca568a5b92bda99c2621c8c02394..e109fc75ed9d3a2b93760a08ed230e0d1a149826 100644 (file)
@@ -53,8 +53,8 @@ do_trajectory_writing(FILE           *fplog,
                       t_commrec      *cr,
                       int             nfile,
                       const t_filenm  fnm[],
-                      gmx_large_int_t step,
-                      gmx_large_int_t step_rel,
+                      gmx_int64_t     step,
+                      gmx_int64_t     step_rel,
                       double          t,
                       t_inputrec     *ir,
                       t_state        *state,