Skip to content
Snippets Groups Projects
Commit ec91f5e7 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[boundaryflag] use intersection impl for ALUGrid

parent 7e98a158
No related branches found
No related tags found
1 merge request!617[WIP] Next
......@@ -67,7 +67,7 @@ public:
BoundaryFlag(const Intersection& i) : flag_(-1)
{
if (i.boundary())
flag_ = i.boundaryId();
flag_ = i.impl().boundaryId();
}
using value_type = int;
......
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