]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for Bug GVIEW11704 BR-D5-38-2003
authorapo <apo@opencascade.com>
Wed, 22 Feb 2006 06:43:20 +0000 (06:43 +0000)
committerapo <apo@opencascade.com>
Wed, 22 Feb 2006 06:43:20 +0000 (06:43 +0000)
   creation of gauss presentation with TETRA10 elements crashes SALOME

src/CONVERTOR/VISU_MedConvertor.cxx

index 1d51be103ab942f4d6167f2ad9b864254b7e707f..877e0ad8c36cf7a710be785120286bcc00362f7a 100644 (file)
@@ -2164,7 +2164,8 @@ LoadGaussMesh(const MED::PWrapper& theMed,
              "; aNbGauss = "<<aNbGauss<<
              "; aNbCells = "<<aNbCells<<
              endl);
-    }
+    }else
+      EXCEPTION(runtime_error,"LoadGaussMesh - Gauss Points localization error!!!");
   }
   
   aGaussMesh->myIsDone = true;