From 9d998b229183dbec5936a441712ab16842b698bd Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 28 May 2013 16:41:32 +0000 Subject: [PATCH] 0022108: EDF 2547 SMESH: Duplicate elements only + void DoubleElements( const TIDSortedElemSet& theElements ); --- src/SMESH/SMESH_MeshEditor.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SMESH/SMESH_MeshEditor.hxx b/src/SMESH/SMESH_MeshEditor.hxx index 7796b7cbc..e8b403e6e 100644 --- a/src/SMESH/SMESH_MeshEditor.hxx +++ b/src/SMESH/SMESH_MeshEditor.hxx @@ -504,6 +504,8 @@ public: // Return an index of the shape theElem is on // or zero if a shape not found + void DoubleElements( const TIDSortedElemSet& theElements ); + bool DoubleNodes( const std::list< int >& theListOfNodes, const std::list< int >& theListOfModifiedElems ); -- 2.30.2