Skip to content
Snippets Groups Projects
Commit 40b9533a authored by Martin Schneider's avatar Martin Schneider
Browse files

[cvfe][ffmomentum] Use BaseLocalResidual in momentum residual

parent d05290fb
No related branches found
No related tags found
1 merge request!3843[cvfe][ffmomentum] Use BaseLocalResidual in momentum residual
Checking pipeline status
......@@ -31,9 +31,9 @@ namespace Dumux {
*/
template<class TypeTag>
class NavierStokesMomentumCVFELocalResidual
: public CVFELocalResidual<TypeTag>
: public GetPropType<TypeTag, Properties::BaseLocalResidual>
{
using ParentType = CVFELocalResidual<TypeTag>;
using ParentType = GetPropType<TypeTag, Properties::BaseLocalResidual>;
using GridVariables = GetPropType<TypeTag, Properties::GridVariables>;
......
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