Salome HOME
23414: EDF 14228 - Viscous Layer crashes SALOME
[modules/smesh.git] / src / SMESH / SMESH_MeshEditor.hxx
index 103e4a4172ca4b0028106ccea29044ed35d6b3bd..e251e4f9c36952e26bbe456333bfe3016ed6c762 100644 (file)
@@ -471,7 +471,8 @@ public:
   // Return list of group of nodes close to each other within theTolerance.
   // Search among theNodes or in the whole mesh if theNodes is empty.
 
-  void MergeNodes (TListOfListOfNodes & theNodeGroups);
+  void MergeNodes (TListOfListOfNodes & theNodeGroups,
+                   const bool           theAvoidMakingHoles = false);
   // In each group, the cdr of nodes are substituted by the first one
   // in all elements.