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

Continue fmi2DoStep() after warning in rtwsfcnfmi.tlc #311

Closed
friedrichatgc opened this issue Oct 4, 2021 · 0 comments
Closed

Continue fmi2DoStep() after warning in rtwsfcnfmi.tlc #311

friedrichatgc opened this issue Oct 4, 2021 · 0 comments
Labels
bug Something isn't working RTWSFCN This issue is related to the S-Function based FMU export

Comments

@friedrichatgc
Copy link

In fmi2Functions.c:897 a warning is printed if the internal FMU time and the external time does not match a given EPS. This warning is fine but the "return fmi2Warning;" statement after this warning seems to be a bug since the code of fmi2DoStep must continue after a warning. Returning with fmi2Warning must be done at the end of fmi2DoStep.

@t-sommer t-sommer added bug Something isn't working RTWSFCN This issue is related to the S-Function based FMU export labels Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working RTWSFCN This issue is related to the S-Function based FMU export
Projects
None yet
Development

No branches or pull requests

2 participants