Skip to content
Snippets Groups Projects
Commit eafcefe2 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

take Intersection Geometry Type from the Intersection instead of from the IntersectionIterator

[[Imported from SVN: r4971]]
parent 02f3188e
No related branches found
No related tags found
Loading
...@@ -670,7 +670,7 @@ void computeAverageInterface(const LevelBoundaryPatch<GridType>& interface, ...@@ -670,7 +670,7 @@ void computeAverageInterface(const LevelBoundaryPatch<GridType>& interface,
for (; it!=endIt; ++it) { for (; it!=endIt; ++it) {
const typename NeighborIterator::Geometry& segmentGeometry = it->geometry(); const typename NeighborIterator::Intersection::Geometry& segmentGeometry = it->geometry();
// Get quadrature rule // Get quadrature rule
const QuadratureRule<double, dim-1>& quad = QuadratureRules<double, dim-1>::rule(segmentGeometry.type(), dim-1); const QuadratureRule<double, dim-1>& quad = QuadratureRules<double, dim-1>::rule(segmentGeometry.type(), dim-1);
......
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