mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 01:30:34 +05:00
Regression with free nodes after 42002 refactoring
Commented again line with if condition for removing free nodes
This commit is contained in:
parent
156112ef20
commit
6e3eeaa6b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user