Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
b599e0eb
Commit
b599e0eb
authored
May 03, 2018
by
Dennis Gläser
Browse files
[boxdfm][geomhelper] remove obsolete assertion
parent
cc844f07
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/boxdfm/geometryhelper.hh
View file @
b599e0eb
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment