Skip to content

Commit

Permalink
remove requirement to to call fmi2terminate
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbertsch authored and pmai committed Oct 8, 2024
1 parent 3221d34 commit d5fd298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3_2_model_exchange_api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Depending on the connection with other FMUs,
the environment shall

[role=indented2]
* call `fmi2Terminate`, if `terminateSimulation` = `fmi2True` is returned by at least one FMU,
* terminate the simulation, if `terminateSimulation` = `fmi2True` is returned by at least one FMU,
* call `fmi2EnterContinuousTimeMode` if all FMUs return `newDiscreteStatesNeeded` = `fmi2False`, and
* stay in Event Mode otherwise.

Expand Down

0 comments on commit d5fd298

Please sign in to comment.