]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
PAL7924: Meaningfull error message provided
authorjfa <jfa@opencascade.com>
Wed, 2 Feb 2005 14:28:35 +0000 (14:28 +0000)
committerjfa <jfa@opencascade.com>
Wed, 2 Feb 2005 14:28:35 +0000 (14:28 +0000)
src/GEOMImpl/GEOMImpl_GlueDriver.cxx

index f2af73996ccbd8eb19b67bb5c35da707f1d56058..ed47c37c488aaf1ed73561334196a208f0a421d9 100644 (file)
@@ -70,6 +70,9 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueFacesWithWarnings (const TopoDS_Shape& the
     case 6:
       Standard_Failure::Raise("Result shape is Null");
       break;
+    case 101:
+      Standard_Failure::Raise("Argument shape is not a compound of hexahedral solids");
+      break;
     case 200:
       Standard_Failure::Raise("Error occured during check of geometric coincidence");
       break;