]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
Correction when ForEachLoop is in status DONE
authorLauffenburger Thomas <thomas.lauffenburger@edf.fr>
Thu, 16 Jul 2015 08:01:08 +0000 (10:01 +0200)
committerLauffenburger Thomas <thomas.lauffenburger@edf.fr>
Thu, 16 Jul 2015 08:01:08 +0000 (10:01 +0200)
src/engine/ForEachLoop.cxx

index 916932b642f31956343ca9742805cb1e751c05ff..97e5f56da1dc4cbd75cf93d9b3c639ec320c3808 100644 (file)
@@ -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