From 26607144dac1d98cd6514b5f2b70b7b001e563e8 Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 14 Dec 2005 10:08:35 +0000 Subject: [PATCH] Fix for Bug GVIEW10709 wrong presentation of quadratic mesh elements (a small file (arche.resu.tetra.med) with a few well connected tetras that dos not show well either on wireframe or surface representation) --- src/CONVERTOR/VISU_Convertor_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index e104ce31..195714ae 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -941,7 +941,7 @@ namespace VISU case VISU::eTETRA10: #if defined(VTK_QUADRATIC_TETRA) && defined(VISU_USE_VTK_QUADRATIC) - return VTK_QUADRATIC_QUAD; + return VTK_QUADRATIC_TETRA; #else return VTK_CONVEX_POINT_SET; #endif -- 2.39.2