From 7687f73f3bdfd0f1b887964668400ecb4815e085 Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 5 Oct 2005 06:30:11 +0000 Subject: [PATCH] To disable messages --- src/CONVERTOR/VISU_Convertor_impl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index d3889ae1..cd08841c 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -57,8 +57,8 @@ static float ERR_SIZE_CALC = 1.00; static int MYVTKDEBUG = 0; #ifdef _DEBUG_ -static int MYDEBUG = 1; -static int MYDEBUGWITHFILES = 1; +static int MYDEBUG = 0; +static int MYDEBUGWITHFILES = 0; //#define _DEXCEPT_ #else static int MYDEBUG = 0; -- 2.39.2