Skip to content
Snippets Groups Projects
Commit a58964ab authored by Brian Groenke's avatar Brian Groenke
Browse files

Fix regression in interact! behavior

interact! was being called twice on each pair of layers due to a flawed recent change to the logic of how coupled processes work.

This flaw has now been resolved by (1) reverting back to previous "star" pattern implementation of interact! for joint coupled processes, and (2) allowing StratComponent to take non-coupled (single) layer types.

The possible drawback is that interactions between layers with multiple/coupled processes are now less automatic and must generally now be specified manually (though this is probably in general better for avoiding unintended behavior).
parent 9f1d0abb
No related branches found
No related tags found
1 merge request!91Fix regression in interact! behavior
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment