Skip to content
Snippets Groups Projects

Merge branch 'fix/remove-warning-facet-coupling-mapper' into 'master'

Merged Timo Koch requested to merge cherry-pick-62f0a694 into releases/3.4
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -122,7 +122,7 @@ public:
// find the bulk element facet that lies on this low dim element (assumes conformity!)
bool found = false;
unsigned int coupledFacetIndex;
unsigned int coupledFacetIndex = 0;
std::vector<unsigned int> handledFacets;
for (const auto& is : intersections(bulkFvGridGeometry.gridView(), bulkElement))
{
Loading