From bc03907cdc77194d24d7ff467a724b2077cdda46 Mon Sep 17 00:00:00 2001 From: ribes Date: Wed, 20 Jun 2007 13:38:11 +0000 Subject: [PATCH] - Bug removed for choosing what kind of container --- src/Container/SALOME_ContainerManager.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Container/SALOME_ContainerManager.cxx b/src/Container/SALOME_ContainerManager.cxx index 2b96b3d08..296e3e0d2 100644 --- a/src/Container/SALOME_ContainerManager.cxx +++ b/src/Container/SALOME_ContainerManager.cxx @@ -186,7 +186,8 @@ StartContainer(const Engines::MachineParameters& params, Engines::ResPolicy policy) { #ifdef WITH_PACO_PARALLEL - if (params.parallelLib != "") + std::string parallelLib(params.parallelLib); + if (parallelLib != "") return FindOrStartParallelContainer(params, possibleComputers); #endif long id; -- 2.39.2