From c09ce43aa9dc68f197a2efda0ac13d1880b723df Mon Sep 17 00:00:00 2001 From: ageay Date: Fri, 26 Jul 2013 15:34:53 +0000 Subject: [PATCH] MEDReader ready -> debug is in progress. --- src/MEDLoader/Swig/MEDLoaderCommon.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }; -- 2.39.2