diff --git a/dumux/implicit/cellcentered/tpfa/propertydefaults.hh b/dumux/implicit/cellcentered/tpfa/propertydefaults.hh index 2cdf998e8e03f79a98192a0c8e63f66644d43775..1419062a07e42c1c080f4eec1baa3473460c21e9 100644 --- a/dumux/implicit/cellcentered/tpfa/propertydefaults.hh +++ b/dumux/implicit/cellcentered/tpfa/propertydefaults.hh @@ -52,7 +52,7 @@ SET_TYPE_PROP(CCTpfaModel, ElementBoundaryTypes, Dumux::CCElementBoundaryTypes<T //! Mapper for the degrees of freedoms. SET_TYPE_PROP(CCTpfaModel, DofMapper, typename GET_PROP_TYPE(TypeTag, ElementMapper)); -//! Set the BaseLocalResidual to CCTpfaLocalResidual +//! Set the BaseLocalResidual to CCLocalResidual SET_TYPE_PROP(CCTpfaModel, BaseLocalResidual, Dumux::CCLocalResidual<TypeTag>); //! An array of secondary variable containers