diff --git a/dumux/freeflow/navierstokes/momentum/cvfe/localresidual.hh b/dumux/freeflow/navierstokes/momentum/cvfe/localresidual.hh index 721391795e1282d22654e5ee6f44900827b31e62..b86b91ae744a2cb7f38530cbba9ead58f84d7425 100644 --- a/dumux/freeflow/navierstokes/momentum/cvfe/localresidual.hh +++ b/dumux/freeflow/navierstokes/momentum/cvfe/localresidual.hh @@ -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>;