Salome HOME
23352: [CEA] Order and naming of meshing algorithms
[modules/smesh.git] / src / SMESHDS / SMESHDS_Mesh.cxx
index 168b9ceb3a7c8f8552a75d0d03a5fd23f03b76c8..b0df38a215836f4f28bebe9c4af0f00dc63eb762 100644 (file)
@@ -1374,7 +1374,7 @@ const TopoDS_Shape& SMESHDS_Mesh::IndexToShape(int ShapeIndex) const
     if ( ShapeIndex > 0 )
       return myIndexToShape.FindKey(ShapeIndex);
   }
-  catch ( Standard_OutOfRange )
+  catch ( ... )
   {
   }
   static TopoDS_Shape nullShape;