mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
IPAL15344 (SMESH_MeshEditor.idl: signature of MergeEqualElements() was changed):
use a new 'MergeElements()' functionality instead of 'MergeEqualElements()' one.
This commit is contained in:
parent
fdd333902b
commit
d019e0815b
@ -641,7 +641,7 @@ bool SMESHGUI_EditMeshDlg::ClickOnApply()
|
||||
if( myAction == 0 )
|
||||
aMeshEditor->MergeNodes (aGroupsOfElements.inout());
|
||||
else
|
||||
aMeshEditor->MergeEqualElements (aGroupsOfElements.inout());
|
||||
aMeshEditor->MergeElements (aGroupsOfElements.inout());
|
||||
|
||||
QApplication::restoreOverrideCursor();
|
||||
} catch(...) {
|
||||
|
Loading…
Reference in New Issue
Block a user