From 168782c54f70b8b08c64c38e5a53b983b4fe0c1d Mon Sep 17 00:00:00 2001 From: Christoph Lehrenfeld Date: Thu, 2 Sep 2010 13:45:05 +0000 Subject: [PATCH] eltype-check-bug-fix due to armin --- libsrc/meshing/meshclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index db36fe1a..feeca6ae 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -4365,7 +4365,7 @@ namespace netgen - if (el.GetType() == TET) + if(el.GetType() == TET || el.GetType() == TET10) { retval = (lam(0) > -eps && lam(1) > -eps &&