From c86541267026d87ac6174aa073b8e37ac8762508 Mon Sep 17 00:00:00 2001 From: Dmitry Pavlov <dmitry.pavlov@outlook.com> Date: Thu, 21 Oct 2021 20:59:49 +0300 Subject: [PATCH] [privarswitch] Add updateDirichletConstraints to NoPrimaryVariableSwitch --- dumux/porousmediumflow/compositional/primaryvariableswitch.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/dumux/porousmediumflow/compositional/primaryvariableswitch.hh b/dumux/porousmediumflow/compositional/primaryvariableswitch.hh index 80a2420a58..2af0fbf749 100644 --- a/dumux/porousmediumflow/compositional/primaryvariableswitch.hh +++ b/dumux/porousmediumflow/compositional/primaryvariableswitch.hh @@ -49,6 +49,7 @@ public: template<typename... Args> bool update(Args&&...) { return false; } template<typename... Args> void updateSwitchedVolVars(Args&&...) {} template<typename... Args> void updateSwitchedFluxVarsCache(Args&&...) {} + template<typename... Args> void updateDirichletConstraints(Args&&...) {} }; /*! -- GitLab