Added information about how to cite the TNG paper.
[alexxy/gromacs.git] / src / gromacs / fileio / mdoutf.h
index cb6b812720d86ecbe8db99ca2d7c8597e7f2eb92..889c03999565173e3929dfcf4cd80af27695b59f 100644 (file)
@@ -52,7 +52,8 @@ typedef struct gmx_mdoutf *gmx_mdoutf_t;
  * Returns a pointer to a data structure with all output file pointers
  * and names required by mdrun.
  */
-gmx_mdoutf_t init_mdoutf(int                nfile,
+gmx_mdoutf_t init_mdoutf(FILE              *fplog,
+                         int                nfile,
                          const t_filenm     fnm[],
                          int                mdrun_flags,
                          const t_commrec   *cr,