eltype-check-bug-fix due to armin

This commit is contained in:
Christoph Lehrenfeld 2010-09-02 13:45:05 +00:00
parent 4fbca00961
commit 168782c54f

View File

@ -4365,7 +4365,7 @@ namespace netgen
if (el.GetType() == TET)
if(el.GetType() == TET || el.GetType() == TET10)
{
retval = (lam(0) > -eps &&
lam(1) > -eps &&