IPAL15344 (SMESH_MeshEditor.idl: signature of MergeEqualElements() was changed):

use a new 'MergeElements()' functionality instead of 'MergeEqualElements()' one.
This commit is contained in:
akl 2007-03-27 09:34:15 +00:00
parent fdd333902b
commit d019e0815b

View File

@ -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(...) {