You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following program, the Receiver is a bank of (trivial) modal reactors with just one mode. Although all bank members receive an input (and print it), only the last bank member receives the input inside its one and only mode.
Yes, the generated mode infrastructure does not correctly account for banks. I am on it but it will probably take some more time because there are some intricacies with the bank indices.
In the following program, the Receiver is a bank of (trivial) modal reactors with just one mode. Although all bank members receive an input (and print it), only the last bank member receives the input inside its one and only mode.
The output is:
The output should be:
The text was updated successfully, but these errors were encountered: