Skip to content

Commit

Permalink
Add mightReturnEarlyFromDoStep flag to BouncingBall (#451)
Browse files Browse the repository at this point in the history
fixes #450
  • Loading branch information
t-sommer authored Dec 12, 2023
1 parent ead1912 commit fe52c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BouncingBall/FMI3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
canSerializeFMUState="true"
canHandleVariableCommunicationStepSize="true"
providesIntermediateUpdate="true"
mightReturnEarlyFromDoStep="true"
canReturnEarlyAfterIntermediateUpdate="true"
fixedInternalStepSize="1e-3"
hasEventMode="true"/>
Expand Down

0 comments on commit fe52c82

Please sign in to comment.