From 695bf44b11029c919a041172a0f9cfc4a387a3b4 Mon Sep 17 00:00:00 2001 From: Lauffenburger Thomas Date: Wed, 24 Jan 2018 10:45:14 +0100 Subject: [PATCH] small mistake in [EDF15946] --- src/engine/Bloc_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/Bloc_impl.cxx b/src/engine/Bloc_impl.cxx index cd0fec926..00ceff892 100644 --- a/src/engine/Bloc_impl.cxx +++ b/src/engine/Bloc_impl.cxx @@ -90,9 +90,9 @@ void Bloc::fitToPlayGround(const PlayGround *pg) this->accept(&vis); for(std::list::const_iterator it=vis._fes.begin();it!=vis._fes.end();it++) (*it)->edGetNbOfBranchesPort()->edInit(1); + this->removeRecursivelyRedundantCL(); if (this->getMaxLevelOfParallelism() > pg->getNumberOfCoresAvailable()) throw YACS::Exception("Bloc::fitToPlayGround : Not enough cores available to run the calculation !"); - this->removeRecursivelyRedundantCL(); this->partitionRegardingDPL(pd,zeMap); this->accept(&vis); for(std::list::const_iterator it=vis._fes.begin();it!=vis._fes.end();it++) -- 2.39.2