Skip to content
Snippets Groups Projects
Commit fecbaae8 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

Merge branch 'cherry-pick-f5efb759' into 'releases/3.3'

Merge branch 'fix/missing-namespace-qualification' into 'master'

See merge request !2365
parents f24be98e 8a15c468
No related branches found
No related tags found
3 merge requests!2449WIP: python script to extract modules,!2366remove spurious semicolon in cornerpoint parameter file,!2365Merge branch 'fix/missing-namespace-qualification' into 'master'
...@@ -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