diff --git a/dumux/multidomain/subdomaincclocalassembler.hh b/dumux/multidomain/subdomaincclocalassembler.hh index e96c2f4729dc7f07262d3569438fdaf753ab8fe5..4fc3f41916080b2a2a8cc8d4c100b21a58b656e3 100644 --- a/dumux/multidomain/subdomaincclocalassembler.hh +++ b/dumux/multidomain/subdomaincclocalassembler.hh @@ -82,7 +82,7 @@ class SubDomainCCLocalAssemblerBase : public FVLocalAssemblerBase<TypeTag, Assem using CouplingManager = typename Assembler::CouplingManager; using ElementResidualVector = typename ParentType::LocalResidual::ElementResidualVector; - static_assert(!Assembler::Problem::enableInternalDirichletConstraints(), "Internal Dirichlet constraints are currently not implemented for cc-methods!"); + static_assert(!Problem::enableInternalDirichletConstraints(), "Internal Dirichlet constraints are currently not implemented for cc-methods!"); public: //! export the domain id of this sub-domain