From 5b508e37ba90cf7f6d3288caffe5a01cf62ae8e3 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 23 Sep 2005 05:47:50 +0000 Subject: [PATCH] 1. To remove messages 2. Temporary comment of names mapping --- src/CONVERTOR/VISU_MedConvertor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index 92d07362..2e4b5fc0 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -49,7 +49,7 @@ using MED::EBooleen; #ifdef _DEBUG_ static int MYDEBUG = 0; static int MYVALUEDEBUG = 0; -static int MYMEMORYDEBUG = 1; +static int MYMEMORYDEBUG = 0; static int MYTHREADDEBUG = 0; static int MY_FAMILY_DEBUG = 0; static int MY_GROUP_DEBUG = 0; @@ -983,7 +983,7 @@ namespace { myIsElemNum = theElemInfo->IsElemNum(); myElemNum = theElemInfo->myElemNum; - if(theElemInfo->IsElemNames()){ + if(0 && theElemInfo->IsElemNames()){ TInt aNbElem = theElemInfo->GetNbElem(); myElemNames.resize(aNbElem); for(TInt anID = 0; anID < aNbElem; anID++){ -- 2.39.2