mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
0020439: EDF 695 SMESH : Improvement of DoubleNodes TUI feature
This commit is contained in:
parent
44e1b78904
commit
91b0f0faee
@ -8731,7 +8731,7 @@ bool SMESH_MeshEditor::doubleNodes( SMESHDS_Mesh* theMeshDS,
|
||||
theNodeNodeMap[ aCurrNode ] = aNewNode;
|
||||
myLastCreatedNodes.Append( aNewNode );
|
||||
}
|
||||
isDuplicate |= (aCurrNode == aNewNode);
|
||||
isDuplicate |= (aCurrNode != aNewNode);
|
||||
newNodes[ ind++ ] = aNewNode;
|
||||
}
|
||||
if ( !isDuplicate )
|
||||
|
Loading…
Reference in New Issue
Block a user