Replace all mdrun rngs with cycle based rng
[alexxy/gromacs.git] / src / gromacs / fileio / trajectory_writing.h
index 1bfc38d9ba9372e787482808f07353b37ed468a7..b4355bad1358b19a64c12f89d5adc79459e060b3 100644 (file)
@@ -43,7 +43,6 @@
 #include "mdoutf.h"
 #include "../legacyheaders/types/simple.h"
 #include "../legacyheaders/types/commrec.h"
-#include "../legacyheaders/update.h"
 #include "../legacyheaders/mdebin.h"
 
 /*! \brief Wrapper routine for writing trajectories during mdrun
@@ -63,14 +62,12 @@ do_md_trajectory_writing(FILE           *fplog,
                          t_state        *state_global,
                          gmx_mtop_t     *top_global,
                          t_forcerec     *fr,
-                         gmx_update_t    upd,
                          gmx_mdoutf_t    outf,
                          t_mdebin       *mdebin,
                          gmx_ekindata_t *ekind,
                          rvec           *f,
                          rvec           *f_global,
                          gmx_wallcycle_t wcycle,
-                         gmx_rng_t       mcrng,
                          int            *nchkpt,
                          gmx_bool        bCPT,
                          gmx_bool        bRerunMD,