From: apo Date: Wed, 14 Dec 2005 10:08:35 +0000 (+0000) Subject: Fix for Bug GVIEW10709 X-Git-Tag: TG-D5-38-2003_D2005-20-12~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=26607144dac1d98cd6514b5f2b70b7b001e563e8;p=modules%2Fvisu.git 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) --- 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