Added information about how to cite the TNG paper.
[alexxy/gromacs.git] / src / gromacs / mdlib / sim_util.c
index 251f64e284e1ed77c6b379a8854edb7da49f69eb..6b6cf4cb4b1120609f5d3a5218d55accfe517d04 100644 (file)
@@ -2769,7 +2769,7 @@ void init_md(FILE *fplog,
 
     if (nfile != -1)
     {
-        *outf = init_mdoutf(nfile, fnm, Flags, cr, ir, mtop, oenv);
+        *outf = init_mdoutf(fplog, nfile, fnm, Flags, cr, ir, mtop, oenv);
 
         *mdebin = init_mdebin((Flags & MD_APPENDFILES) ? NULL : mdoutf_get_fp_ene(*outf),
                               mtop, ir, mdoutf_get_fp_dhdl(*outf));