Skip to content
Snippets Groups Projects
Commit c8654126 authored by Dmitry Pavlov's avatar Dmitry Pavlov Committed by Timo Koch
Browse files

[privarswitch] Add updateDirichletConstraints to NoPrimaryVariableSwitch

parent 71b20e06
No related branches found
No related tags found
1 merge request!2896[privarswitch] Add updateDirichletConstraints to NoPrimaryVariableSwitch
Pipeline #10144 passed
+2
......@@ -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&&...) {}
};
/*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment