Improve docs and naming for MdModulesNotifiers
[alexxy/gromacs.git] / src / gromacs / mdrun / md.cpp
index a7487ff8cf79ef7f7dd245e223e74edfc8625f6e..7ac685d7f2fd5e6c8c92cda4cc538d9c4721ae2a 100644 (file)
@@ -308,7 +308,7 @@ void gmx::LegacySimulator::do_md()
                                    mdrunOptions,
                                    cr,
                                    outputProvider,
-                                   mdModulesNotifier,
+                                   mdModulesNotifiers,
                                    ir,
                                    top_global,
                                    oenv,
@@ -324,7 +324,7 @@ void gmx::LegacySimulator::do_md()
                                    false,
                                    startingBehavior,
                                    simulationsShareState,
-                                   mdModulesNotifier);
+                                   mdModulesNotifiers);
 
     gstat = global_stat_init(ir);