Salome HOME
IPAL15344 (SMESH_MeshEditor.idl: signature of MergeEqualElements() was changed):
authorakl <akl@opencascade.com>
Tue, 27 Mar 2007 09:34:15 +0000 (09:34 +0000)
committerakl <akl@opencascade.com>
Tue, 27 Mar 2007 09:34:15 +0000 (09:34 +0000)
use a new 'MergeElements()' functionality instead of 'MergeEqualElements()' one.

src/SMESHGUI/SMESHGUI_EditMeshDlg.cxx

index a2b391373b77c4bb77dfd20a5c9757fb81d817dd..b95c34acfc948ce20b4249535f1bd4fc83b501fb 100644 (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(...) {