From 1b6d11420aa5343444a74f75883ff7fe84e8766b Mon Sep 17 00:00:00 2001 From: apo Date: Mon, 5 Dec 2005 08:05:21 +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