From: eap Date: Tue, 1 Nov 2011 14:06:32 +0000 (+0000) Subject: 0021408: EDf 2006 SMESH: USe of DoubleNodesOnGroupBoundaries on 2D leads to crash X-Git-Tag: V6_4_0b1~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6e09f8b4ce377e8c56a6e83d7fcc8ab2f6540346;p=modules%2Fsmesh.git 0021408: EDf 2006 SMESH: USe of DoubleNodesOnGroupBoundaries on 2D leads to crash boolean DoubleNodesOnGroupBoundaries( in ListOfGroups theDomains, in boolean createJointElems ) + raises (SALOME::SALOME_Exception); --- 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.