]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fixed compilation problem with libbatch 1.3.0rc1
authorbarate <barate>
Wed, 20 Apr 2011 14:21:03 +0000 (14:21 +0000)
committerbarate <barate>
Wed, 20 Apr 2011 14:21:03 +0000 (14:21 +0000)
src/Launcher/Launcher_Job.cxx

index 7b2526e61fb33a0f6ed3519421088f3b7f0bbcf4..274b1f84432885ac39f75c15213de4c6dd6f4d8d 100644 (file)
@@ -24,7 +24,6 @@
 
 #ifdef WITH_LIBBATCH
 #include <Batch/Batch_Constants.hxx>
-#include <Batch/Batch_FactBatchManager_eLL.hxx>
 #endif
 
 Launcher::Job::Job()
@@ -511,7 +510,7 @@ Launcher::Job::common_job_params()
   // Specific parameters
   std::map<std::string, std::string>::iterator it = _specific_parameters.find("LoalLevelerJobType");
   if (it != _specific_parameters.end())
-    params[Batch::LL_JOBTYPE] = it->second;
+    params["LL_JOBTYPE"] = it->second;
   return params;
 }