Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix event handling w/o early return #424

Merged
merged 2 commits into from
Jan 12, 2024
Merged

Conversation

PTaeuberDS
Copy link
Collaborator

Fixes #421, #420, #236

  • The FMU does not return early if early return is not allowed
  • The FMU does not return earlyReturn = true, if it does not return early
  • The FMU does not return eventHandlingNeeded = true, if the event has already been handled by the FMU

@t-sommer t-sommer merged commit 5a4f957 into modelica:main Jan 12, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After an event at a communication point, earlyReturn is still set to true
2 participants