From 20bba8328712a8e77b8b97e6a714ade16c015f60 Mon Sep 17 00:00:00 2001 From: barate Date: Wed, 20 Apr 2011 14:21:03 +0000 Subject: [PATCH] Fixed compilation problem with libbatch 1.3.0rc1 --- src/Launcher/Launcher_Job.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Launcher/Launcher_Job.cxx b/src/Launcher/Launcher_Job.cxx index 7b2526e61..274b1f844 100644 --- a/src/Launcher/Launcher_Job.cxx +++ b/src/Launcher/Launcher_Job.cxx @@ -24,7 +24,6 @@ #ifdef WITH_LIBBATCH #include -#include #endif Launcher::Job::Job() @@ -511,7 +510,7 @@ Launcher::Job::common_job_params() // Specific parameters std::map::iterator it = _specific_parameters.find("LoalLevelerJobType"); if (it != _specific_parameters.end()) - params[Batch::LL_JOBTYPE] = it->second; + params["LL_JOBTYPE"] = it->second; return params; } -- 2.39.2