From: Lauffenburger Thomas Date: Thu, 16 Jul 2015 08:01:08 +0000 (+0200) Subject: Correction when ForEachLoop is in status DONE X-Git-Tag: V7_7_0a1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7219d3e6de6e96e3cd4c323b93ac4d26be81f4de;p=modules%2Fyacs.git Correction when ForEachLoop is in status DONE --- diff --git a/src/engine/ForEachLoop.cxx b/src/engine/ForEachLoop.cxx index 916932b64..97e5f56da 100644 --- a/src/engine/ForEachLoop.cxx +++ b/src/engine/ForEachLoop.cxx @@ -505,6 +505,8 @@ void ForEachLoop::exUpdateState() DEBTRACE("ForEachLoop::exUpdateState"); if(_state == YACS::DISABLED) return; + if(_state == YACS::DONE) + return; if(_inGate.exIsReady()) { //internal graph update