From: akl Date: Fri, 14 Sep 2007 16:03:56 +0000 (+0000) Subject: Fix NPAL16752 (SIGSEGV on cutpanes, cutlines, plot3D on cronoshexa.med file). X-Git-Tag: T_24092007~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fe5f544ea40f80c0befbf74303d7962a6ded8764;p=modules%2Fvisu.git Fix NPAL16752 (SIGSEGV on cutpanes, cutlines, plot3D on cronoshexa.med file). --- diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index 751a8364..e9abf00f 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -1661,7 +1661,8 @@ module VISU { */ StreamLines StreamLinesOnField(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, - in double theIteration); + in double theIteration) + raises (SALOME::SALOME_Exception); /*! * Creates a presentation of cut planes. @@ -1673,7 +1674,8 @@ module VISU { */ CutPlanes CutPlanesOnField(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, - in double theIteration); + in double theIteration) + raises (SALOME::SALOME_Exception); /*! * Creates a presentation of cut lines. @@ -1685,7 +1687,8 @@ module VISU { */ CutLines CutLinesOnField(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, - in double theIteration); + in double theIteration) + raises (SALOME::SALOME_Exception); /*! * Creates a Plot3D presentation. @@ -1697,7 +1700,8 @@ module VISU { */ Plot3D Plot3DOnField(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, - in double theIteration); + in double theIteration) + raises (SALOME::SALOME_Exception); /*! * Creates a table presentation.