From: ageay Date: Fri, 26 Jul 2013 15:34:53 +0000 (+0000) Subject: MEDReader ready -> debug is in progress. X-Git-Tag: B4PolyhIntersect~37 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c09ce43aa9dc68f197a2efda0ac13d1880b723df;p=modules%2Fmed.git MEDReader ready -> debug is in progress. --- diff --git a/src/MEDLoader/Swig/MEDLoaderCommon.i b/src/MEDLoader/Swig/MEDLoaderCommon.i index bdec8bc89..7caac0f6f 100644 --- a/src/MEDLoader/Swig/MEDLoaderCommon.i +++ b/src/MEDLoader/Swig/MEDLoaderCommon.i @@ -2789,13 +2789,13 @@ namespace ParaMEDMEM class MEDFileField1TSStructItem { public: - static MEDFileField1TSStructItem BuildItemFrom(const MEDFileAnyTypeField1TS *ref, const MEDFileMeshStruct *meshSt); + static MEDFileField1TSStructItem BuildItemFrom(const MEDFileAnyTypeField1TS *ref, const MEDFileMeshStruct *meshSt) throw(INTERP_KERNEL::Exception); }; class MEDFileMeshStruct : public RefCountObject { public: - static MEDFileMeshStruct *New(const MEDFileMesh *mesh); + static MEDFileMeshStruct *New(const MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception); private: ~MEDFileMeshStruct(); };