From: eap Date: Tue, 9 Oct 2018 09:12:21 +0000 (+0300) Subject: Fix regression of SALOME_TESTS/Grids/smesh/mesh_BLSURF_02/C6 X-Git-Tag: V9_2_0a2~12^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=5e4a5b388c7bd9e9036d3dd513c831aa55110d21;hp=15fdc1b6fc53ec90f8f3abf5f1dafdb469217c17 Fix regression of SALOME_TESTS/Grids/smesh/mesh_BLSURF_02/C6 --- diff --git a/src/SMESH/SMESH_Mesh.cxx b/src/SMESH/SMESH_Mesh.cxx index 4ee7e09c0..226800af2 100644 --- a/src/SMESH/SMESH_Mesh.cxx +++ b/src/SMESH/SMESH_Mesh.cxx @@ -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; }