Improve docs and naming for MdModulesNotifiers
[alexxy/gromacs.git] / src / gromacs / mdrun / simulationinput.h
index 896018219c957fb3282a2fe6213591dce5302d03..06d8331d105d8cea75db767ce1feab8c04d4abb6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2020, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -140,7 +140,7 @@ void                     applyGlobalTopology(const SimulationInput&, gmx_mtop_t*
  *       SimulationInput implementation.
  *
  * \todo Consider refactoring to decouple the checkpoint facility from its consumers
- *       (state, observablesHistory, mdModulesNotifier, and parts of ir).
+ *       (state, observablesHistory, mdModulesNotifiers, and parts of ir).
  *
  * \warning It is the caller’s responsibility to make sure that
  * preconditions are satisfied for the parameter objects.
@@ -157,7 +157,7 @@ void applyLocalState(const SimulationInput&         simulationInput,
                      t_state*                       state,
                      ObservablesHistory*            observablesHistory,
                      bool                           reproducibilityRequested,
-                     const MdModulesNotifier&       notifier,
+                     const MDModulesNotifiers&      notifiers,
                      gmx::ReadCheckpointDataHolder* modularSimulatorCheckpointData,
                      bool                           useModularSimulator);