From fe5f544ea40f80c0befbf74303d7962a6ded8764 Mon Sep 17 00:00:00 2001 From: akl Date: Fri, 14 Sep 2007 16:03:56 +0000 Subject: [PATCH] Fix NPAL16752 (SIGSEGV on cutpanes, cutlines, plot3D on cronoshexa.med file). --- idl/VISU_Gen.idl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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. -- 2.39.2