]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for [Bug GVIEW11704] creation of gauss presentation with TETRA10 elements crashes... BR-D5-38-2003_Advanced
authorapo <apo@opencascade.com>
Mon, 27 Feb 2006 12:08:54 +0000 (12:08 +0000)
committerapo <apo@opencascade.com>
Mon, 27 Feb 2006 12:08:54 +0000 (12:08 +0000)
src/CONVERTOR/VISU_MedConvertor.cxx
src/VISU_I/VISU_Gen_i.cc

index cf80627d7f69ab795b6f6666c6dc4b83cfdba7c9..ad901ff9b2c137382f92b296d66fe5a98622606c 100644 (file)
@@ -51,7 +51,7 @@ static int MYDEBUG = 0;
 static int MYVALUEDEBUG = 0;
 static int MY_FAMILY_DEBUG = 0;
 static int MY_GROUP_DEBUG = 0;
-#define _DEXCEPT_
+//#define _DEXCEPT_
 #else
 static int MYDEBUG = 0;
 static int MYVALUEDEBUG = 0;
@@ -2143,7 +2143,9 @@ LoadGaussMesh(const MED::PWrapper& theMed,
              "; aStatus = "<<aGaussSubMesh->myStatus<<
              "; aNbCells = "<<aNbCells<<
              endl);
-    }
+    }else
+      EXCEPTION(runtime_error,"LoadGaussMesh - Gauss Points localization error!!!");
+
   }
   
   aGaussMesh->myIsDone = true;
index c48f47df10d69c5d0ba04a1a61a28c2d99ad1108..5e0a5867cc6fcae7c427b1042d348c2e71c0c744 100644 (file)
@@ -91,7 +91,7 @@ static QFileInfo aFileInfo;
 
 #ifdef _DEBUG_
 static int MYDEBUG = 0;
-#define _DEXCEPT_
+//#define _DEXCEPT_
 #else
 static int MYDEBUG = 0;
 #endif
@@ -244,10 +244,8 @@ namespace VISU
 #ifndef _DEXCEPT_
     }catch(std::exception& exc){
       INFOS("Follow exception was occured :\n"<<exc.what());
-      throw;
     }catch(...){
       INFOS("Unknown exception was occured!");
-      throw;
     }
 #endif
     return false;