mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +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 &&
|
||||
lam(1) > -eps &&
|
||||
|
Loading…
Reference in New Issue
Block a user