The source project of this merge request has been removed.
fixed handling of SwitchProcess inside ProcessSequence
The treatment of SwitchProcess
inside the ProcessSequence
actually didn't work and the example cascades didn't compile when a SwitchProcess
was used. Now, SwitchProcess
is not considered a ProcessSequence
itself anymore.