]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
MEDReader ready -> debug is in progress.
authorageay <ageay>
Fri, 26 Jul 2013 15:34:53 +0000 (15:34 +0000)
committerageay <ageay>
Fri, 26 Jul 2013 15:34:53 +0000 (15:34 +0000)
src/MEDLoader/Swig/MEDLoaderCommon.i

index bdec8bc8982fd6fb71c18f0b7da739a571e4651c..7caac0f6f7e469fb2609774b187d423f076efabe 100644 (file)
@@ -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();
   };