From 7219d3e6de6e96e3cd4c323b93ac4d26be81f4de Mon Sep 17 00:00:00 2001 From: Lauffenburger Thomas Date: Thu, 16 Jul 2015 10:01:08 +0200 Subject: [PATCH] Correction when ForEachLoop is in status DONE --- src/engine/ForEachLoop.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2