Salome HOME
Allow usage of BatchManager_eClient methods in Python
[tools/libbatch.git] / src / Core / Batch_BatchManager_eClient.cxx
index 1a6a488a952ffb8d5bfc5089c8b2e384cef42c7b..a7546459df9dba7441ebe0c46df9f6289560389a 100644 (file)
@@ -141,7 +141,7 @@ namespace Batch {
 
   }
 
-  void BatchManager_eClient::importOutputFiles( const Job & job, const string directory ) throw(EmulationException)
+  void BatchManager_eClient::importOutputFiles( const Job & job, const string directory )
   {
     Parametre params = job.getParametre();
     Versatile V = params[OUTFILE];
@@ -187,7 +187,7 @@ namespace Batch {
 
   }
 
-  MpiImpl *BatchManager_eClient::FactoryMpiImpl(string mpiImpl) throw(EmulationException)
+  MpiImpl *BatchManager_eClient::FactoryMpiImpl(string mpiImpl)
   {
     if(mpiImpl == "lam")
       return new MpiImpl_LAM();