From d12af7a12041e37866e0dd900c719e30e65bc74e Mon Sep 17 00:00:00 2001 From: apo Date: Mon, 5 Dec 2005 08:29:25 +0000 Subject: [PATCH] Fix for [Bug GVIEW10709] wrong presentation of quadratic mesh elements --- src/CONVERTOR/VISU_Convertor_impl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CONVERTOR/VISU_Convertor_impl.hxx b/src/CONVERTOR/VISU_Convertor_impl.hxx index 5e910090..ec250fc1 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.hxx +++ b/src/CONVERTOR/VISU_Convertor_impl.hxx @@ -43,8 +43,8 @@ class VISU_MergeFilter; #include "MED_SliceArray.hxx" #ifndef VISU_ENABLE_QUADRATIC -//#define VISU_ENABLE_QUADRATIC -//#define VISU_USE_VTK_QUADRATIC +#define VISU_ENABLE_QUADRATIC +#define VISU_USE_VTK_QUADRATIC #endif namespace VISU -- 2.39.2