mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 10:50:34 +05:00
IPAL15344 (SMESH_MeshEditor.idl: signature of MergeEqualElements() was changed):
restore MergeEqualElements() signature.
This commit is contained in:
parent
d019e0815b
commit
f0d8fc7200
@ -561,11 +561,8 @@ bool SMESHGUI_SewingDlg::ClickOnApply()
|
|||||||
}
|
}
|
||||||
aResult = (anError == SMESH::SMESH_MeshEditor::SEW_OK);
|
aResult = (anError == SMESH::SMESH_MeshEditor::SEW_OK);
|
||||||
|
|
||||||
if (toMerge && aResult) {
|
if (toMerge && aResult)
|
||||||
SMESH::array_of_long_array_var aGroupsOfElementsID = new SMESH::array_of_long_array;
|
aMeshEditor->MergeEqualElements();
|
||||||
aMeshEditor->FindEqualElements(myMesh, aGroupsOfElementsID);
|
|
||||||
aMeshEditor->MergeEqualElements(aGroupsOfElementsID.inout());
|
|
||||||
}
|
|
||||||
|
|
||||||
QApplication::restoreOverrideCursor();
|
QApplication::restoreOverrideCursor();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user