From 6e09f8b4ce377e8c56a6e83d7fcc8ab2f6540346 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 1 Nov 2011 14:06:32 +0000 Subject: [PATCH] 0021408: EDf 2006 SMESH: USe of DoubleNodesOnGroupBoundaries on 2D leads to crash boolean DoubleNodesOnGroupBoundaries( in ListOfGroups theDomains, in boolean createJointElems ) + raises (SALOME::SALOME_Exception); --- idl/SMESH_MeshEditor.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/idl/SMESH_MeshEditor.idl b/idl/SMESH_MeshEditor.idl index 8ee52b341..e461074de 100644 --- a/idl/SMESH_MeshEditor.idl +++ b/idl/SMESH_MeshEditor.idl @@ -1031,7 +1031,8 @@ module SMESH * \return TRUE if operation has been completed successfully, FALSE otherwise */ boolean DoubleNodesOnGroupBoundaries( in ListOfGroups theDomains, - in boolean createJointElems ); + in boolean createJointElems ) + raises (SALOME::SALOME_Exception); /*! * \brief Double nodes on some external faces and create flat elements. -- 2.39.2