Regression with free nodes after 42002 refactoring

Commented again line with if condition for removing free nodes
This commit is contained in:
asozinov 2024-11-12 13:48:58 +00:00 committed by mbs
parent 156112ef20
commit 6e3eeaa6b3

View File

@ -230,7 +230,7 @@ bool StdMeshers_Cartesian_3D::Compute(SMESH_Mesh & theMesh,
}
// 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;
// get intersection nodes