From fd2f3396b7b236cf2b549fd20dcdb95343c788f6 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Thu, 25 Jun 2020 18:50:15 +0200 Subject: [PATCH] Update extendedsourcestencil.hh --- dumux/multidomain/embedded/extendedsourcestencil.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/multidomain/embedded/extendedsourcestencil.hh b/dumux/multidomain/embedded/extendedsourcestencil.hh index bcf7d4498c..ddbc3fee9a 100644 --- a/dumux/multidomain/embedded/extendedsourcestencil.hh +++ b/dumux/multidomain/embedded/extendedsourcestencil.hh @@ -53,7 +53,7 @@ class ExtendedSourceStencil template<std::size_t id> using Element = typename GridView<id>::template Codim<0>::Entity; static constexpr auto bulkIdx = typename MDTraits::template SubDomain<0>::Index(); - static constexpr auto lowDimIdx = stypename MDTraits::template SubDomain<1>::Index(); + static constexpr auto lowDimIdx = typename MDTraits::template SubDomain<1>::Index(); template<std::size_t id> static constexpr bool isBox() -- GitLab