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

src/CONVERTOR/VISU_MedConvertor.cxx

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