mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
Merge branch 'asozinov/42002_free_nodes_regression' into V9_14_BR
This commit is contained in:
commit
2f54405502
@ -230,7 +230,7 @@ bool StdMeshers_Cartesian_3D::Compute(SMESH_Mesh & theMesh,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// remove free nodes
|
// remove free nodes
|
||||||
if ( /*SMESHDS_SubMesh * smDS = */meshDS->MeshElements( helper.GetSubShapeID() ))
|
//if ( SMESHDS_SubMesh * smDS = meshDS->MeshElements( helper.GetSubShapeID() ))
|
||||||
{
|
{
|
||||||
std::vector< const SMDS_MeshNode* > nodesToRemove;
|
std::vector< const SMDS_MeshNode* > nodesToRemove;
|
||||||
// get intersection nodes
|
// get intersection nodes
|
||||||
|
Loading…
Reference in New Issue
Block a user