From e576eeb10d8db1c979525eadf52bba91f273c91e Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 8 Sep 2016 20:53:37 +0300 Subject: [PATCH] Regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B5 Use COMPUTE_SUBMESH event to compute more local sub-meshes under an all-dimensional sub-mesh. --- src/SMESH/SMESH_Gen.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SMESH/SMESH_Gen.cxx b/src/SMESH/SMESH_Gen.cxx index ce860fc5e..9eadd2d60 100644 --- a/src/SMESH/SMESH_Gen.cxx +++ b/src/SMESH/SMESH_Gen.cxx @@ -331,7 +331,8 @@ bool SMESH_Gen::Compute(SMESH_Mesh & aMesh, SMESH_Hypothesis::Hypothesis_Status status; if ( subAlgo->CheckHypothesis( aMesh, aSubShape, status )) // mesh a lower smToCompute starting from vertices - Compute( aMesh, aSubShape, aShapeOnly, /*anUpward=*/true, aDim, aShapesId ); + Compute( aMesh, aSubShape, true, /*anUpward=*/true, aDim, aShapesId ); + // Compute( aMesh, aSubShape, aShapeOnly, /*anUpward=*/true, aDim, aShapesId ); } } } -- 2.30.2