]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
1. To remove messages
authorapo <apo@opencascade.com>
Fri, 23 Sep 2005 05:47:50 +0000 (05:47 +0000)
committerapo <apo@opencascade.com>
Fri, 23 Sep 2005 05:47:50 +0000 (05:47 +0000)
2. Temporary comment of names mapping

src/CONVERTOR/VISU_MedConvertor.cxx

index 92d0736231b67bec0fe73b5ef457bdea993391bd..2e4b5fc0920172e2f1924f33a6863f68f756e29c 100644 (file)
@@ -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++){