Salome HOME
Fix regression of SALOME_TESTS/Grids/smesh/mesh_BLSURF_02/C6
authoreap <eap@opencascade.com>
Tue, 9 Oct 2018 09:12:21 +0000 (12:12 +0300)
committereap <eap@opencascade.com>
Tue, 9 Oct 2018 09:12:21 +0000 (12:12 +0300)
src/SMESH/SMESH_Mesh.cxx

index 4ee7e09c02c5d00af265fd5b5a5d9670c2b98056..226800af21610bc9887940fddf84c0fd719e3d5e 100644 (file)
@@ -361,6 +361,7 @@ double SMESH_Mesh::GetShapeDiagonalSize(const TopoDS_Shape & aShape)
     bool isPrecise = false;
     if ( nbFaces < maxNbFaces )
       try {
+        OCC_CATCH_SIGNALS;
         GEOMUtils::PreciseBoundingBox( aShape, Box );
         isPrecise = true;
       }