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

Merge branch 'fix/boxdfm-assertion' into 'master'

[boxdfm][geomhelper] remove obsolete assertion

See merge request !954
parents cc844f07 b599e0eb
No related branches found
No related tags found
1 merge request!954[boxdfm][geomhelper] remove obsolete assertion
......@@ -68,8 +68,6 @@ public:
const Intersection& is,
unsigned int edgeIndexInIntersection = 0) const
{
assert(isGeom.corners() == 2);
const auto referenceElement = ReferenceElements::general(this->elementGeometry_.type());
const auto vIdxLocal0 = referenceElement.subEntity(is.indexInInside(), 1, 0, dim);
const auto vIdxLocal1 = referenceElement.subEntity(is.indexInInside(), 1, 1, dim);
......
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