Skip to content
Snippets Groups Projects
Commit 0fb57165 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[porousmediumflow] add missing namespace qualification

parent e76f9809
No related branches found
No related tags found
1 merge request!2364add missing namespace qualification
...@@ -170,7 +170,7 @@ public: ...@@ -170,7 +170,7 @@ public:
} }
// get the transposed Jacobian of the element mapping // 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& localPos = refElement.position(0, 0);
const auto jacobianT2 = geometry.jacobianTransposed(localPos); const auto jacobianT2 = geometry.jacobianTransposed(localPos);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment