Skip to content
Snippets Groups Projects
Commit 7af09cca authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Do not use IntersectionGeometry::dimension

It does not exist anymore.
parent 272f2d1c
No related branches found
No related tags found
1 merge request!37Necessary cleanup for warning-free work with 2.6
......@@ -192,7 +192,7 @@ public:
if (!isdirichlet) return;
// types & dimension
const int dim = IG::dimension;
const int dim = IG::Entity::dimension;
typedef decltype(Dune::PDELab::makeZeroBasisFieldValue(lfsu)) RF;
// select quadrature rule
......
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