Adding energy output field for density fitting
[alexxy/gromacs.git] / src / gromacs / mdrun / md.cpp
index 9e33cc02ddf7b68e8005185f3e94344f863a7738..622887eaf455c4ea363c747ebb178b048fa3f02d 100644 (file)
@@ -257,7 +257,7 @@ void gmx::LegacySimulator::do_md()
     }
     gmx_mdoutf       *outf = init_mdoutf(fplog, nfile, fnm, mdrunOptions, cr, outputProvider, mdModulesNotifier, ir, top_global, oenv, wcycle,
                                          StartingBehavior::NewSimulation);
-    gmx::EnergyOutput energyOutput(mdoutf_get_fp_ene(outf), top_global, ir, pull_work, mdoutf_get_fp_dhdl(outf), false);
+    gmx::EnergyOutput energyOutput(mdoutf_get_fp_ene(outf), top_global, ir, pull_work, mdoutf_get_fp_dhdl(outf), false, mdModulesNotifier);
 
     gstat = global_stat_init(ir);