From 0fb57165d987fc21d2207bfb563e4e61816b3ec5 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Fri, 6 Nov 2020 10:54:54 +0100 Subject: [PATCH] [porousmediumflow] add missing namespace qualification --- dumux/porousmediumflow/velocity.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/porousmediumflow/velocity.hh b/dumux/porousmediumflow/velocity.hh index 577afc490e..f56891f728 100644 --- a/dumux/porousmediumflow/velocity.hh +++ b/dumux/porousmediumflow/velocity.hh @@ -170,7 +170,7 @@ public: } // get the transposed Jacobian of the element mapping - const auto refElement = referenceElement(geometry); + const auto refElement = Dune::referenceElement(geometry); const auto& localPos = refElement.position(0, 0); const auto jacobianT2 = geometry.jacobianTransposed(localPos); -- GitLab