From: apo Date: Fri, 23 Sep 2005 05:47:50 +0000 (+0000) Subject: 1. To remove messages X-Git-Tag: BR-D5-38-2003_D2005-12-10~156 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5b508e37ba90cf7f6d3288caffe5a01cf62ae8e3;p=modules%2Fvisu.git 1. To remove messages 2. Temporary comment of names mapping --- 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++){