Salome HOME
Regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B5
authoreap <eap@opencascade.com>
Thu, 8 Sep 2016 17:53:37 +0000 (20:53 +0300)
committereap <eap@opencascade.com>
Thu, 8 Sep 2016 17:53:37 +0000 (20:53 +0300)
   Use COMPUTE_SUBMESH event to compute more local sub-meshes
   under an all-dimensional sub-mesh.

src/SMESH/SMESH_Gen.cxx

index ce860fc5eac101ae570d6d3d9e857b0be3b54326..9eadd2d60adfc960b6aef0352c2dc50ae0d7cbb7 100644 (file)
@@ -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 );
           }
         }
       }