From: Lauffenburger Thomas Date: Wed, 24 Jan 2018 09:45:14 +0000 (+0100) Subject: small mistake in [EDF15946] X-Git-Tag: V8_5_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=695bf44b11029c919a041172a0f9cfc4a387a3b4;p=modules%2Fyacs.git small mistake in [EDF15946] --- 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++)