Introduce plumbing for ObservablesReducer
[alexxy/gromacs.git] / src / gromacs / modularsimulator / andersentemperaturecoupling.cpp
index c404b03534170888be1fb38adc7b21ef0ad069d7..cf5743bc40f1a4f1659b8414c173ae1cadd3da20 100644 (file)
@@ -153,7 +153,8 @@ ISimulatorElement* AndersenTemperatureCoupling::getElementPointerImpl(
         StatePropagatorData*                    statePropagatorData,
         EnergyData*                             energyData,
         FreeEnergyPerturbationData*             freeEnergyPerturbationData,
-        GlobalCommunicationHelper gmx_unused* globalCommunicationHelper)
+        GlobalCommunicationHelper gmx_unused* globalCommunicationHelper,
+        ObservablesReducer gmx_unused* observablesReducer)
 {
     GMX_RELEASE_ASSERT(legacySimulatorData->inputrec->etc == TemperatureCoupling::Andersen
                                || legacySimulatorData->inputrec->etc == TemperatureCoupling::AndersenMassive,