Improve docs and naming for MdModulesNotifiers
[alexxy/gromacs.git] / src / gromacs / mdrun / simulatorbuilder.cpp
index 8a0e4edf1b6b946d841d7a388102b6950b6c51e0..1f8620c32a0f0163d7eb05d41301a33d3c951af2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2019-2020, by the GROMACS development team, led by
+ * Copyright (c) 2019,2020,2021, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -142,7 +142,7 @@ std::unique_ptr<ISimulator> SimulatorBuilder::build(bool useModularSimulator)
                                                       constraintsParam_->enforcedRotation,
                                                       boxDeformation_->deform,
                                                       simulatorModules_->outputProvider,
-                                                      simulatorModules_->mdModulesNotifier,
+                                                      simulatorModules_->mdModulesNotifiers,
                                                       legacyInput_->inputrec,
                                                       interactiveMD_->imdSession,
                                                       centerOfMassPulling_->pull_work,
@@ -179,7 +179,7 @@ std::unique_ptr<ISimulator> SimulatorBuilder::build(bool useModularSimulator)
                                                                 constraintsParam_->enforcedRotation,
                                                                 boxDeformation_->deform,
                                                                 simulatorModules_->outputProvider,
-                                                                simulatorModules_->mdModulesNotifier,
+                                                                simulatorModules_->mdModulesNotifiers,
                                                                 legacyInput_->inputrec,
                                                                 interactiveMD_->imdSession,
                                                                 centerOfMassPulling_->pull_work,