mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 06:00:33 +05:00
eltype-check-bug-fix due to armin
This commit is contained in:
parent
4fbca00961
commit
168782c54f
@ -4365,7 +4365,7 @@ namespace netgen
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (el.GetType() == TET)
|
if(el.GetType() == TET || el.GetType() == TET10)
|
||||||
{
|
{
|
||||||
retval = (lam(0) > -eps &&
|
retval = (lam(0) > -eps &&
|
||||||
lam(1) > -eps &&
|
lam(1) > -eps &&
|
||||||
|
Loading…
Reference in New Issue
Block a user