lf-lang / reactor-rs

Reactor runtime implementation in Rust
MIT License
9 stars 5 forks source link

Fix problem with merging of reaction plans #28

Closed oowekyala closed 2 years ago

oowekyala commented 2 years ago

Fix #14. The problem was that reactions were being merged in the entry for the wrong level. One reaction was then executed twice on the same time step, at different levels.