Salome HOME
Fix on using two connections on ports inside two levels of foreach nodes.
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Mon, 10 Aug 2015 14:19:01 +0000 (16:19 +0200)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Mon, 10 Aug 2015 14:19:01 +0000 (16:19 +0200)
commit1d428dbd58c40ed7519fdf54039b5ec2926bbe42
tree7454fa62cca78c9db75486addd4e74ea7278f23b
parent09eed22bd131818c2e05478610cc7cd656f134bf
Fix on using two connections on ports inside two levels of foreach nodes.

There was a crush when trying to run a schema which contains two levels of
nested foreach nodes when an output port was connected to nodes of different
levels of imbrication.
src/engine/Bloc.cxx
src/engine/ForEachLoop.cxx
src/engine/OptimizerLoop.cxx
src/engine/Test/engineIntegrationTest.cxx
src/yacsloader/Test/YacsLoaderTest.cxx
src/yacsloader/samples/foreach8.xml [new file with mode: 0644]
src/yacsloader_swig/Test/testSaveLoadRun.py