Salome HOME
23414: EDF 14228 - Viscous Layer crashes SALOME
[modules/smesh.git] / src / SMESH / SMESH_MeshEditor.cxx
index d975229cf67eca45ed1924ce08e03fc3d4129ad4..817a28b21485e7161fbd87bc2e7fd5111a7a8506 100644 (file)
@@ -7345,7 +7345,8 @@ int SMESH_MeshEditor::SimplifyFace (const vector<const SMDS_MeshNode *>& faceNod
 //           in all elements.
 //=======================================================================
 
-void SMESH_MeshEditor::MergeNodes (TListOfListOfNodes & theGroupsOfNodes)
+void SMESH_MeshEditor::MergeNodes (TListOfListOfNodes & theGroupsOfNodes,
+                                   const bool           theAvoidMakingHoles)
 {
   myLastCreatedElems.Clear();
   myLastCreatedNodes.Clear();