From bf6e53573ce3bdd068a678032eac327c37ff81f4 Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Tue, 12 Dec 2023 15:18:17 +0100 Subject: [PATCH] Add mightReturnEarlyFromDoStep flag to BouncingBall fixes #450 --- BouncingBall/FMI3.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/BouncingBall/FMI3.xml b/BouncingBall/FMI3.xml index 9c2e8874..915db887 100644 --- a/BouncingBall/FMI3.xml +++ b/BouncingBall/FMI3.xml @@ -17,6 +17,7 @@ canSerializeFMUState="true" canHandleVariableCommunicationStepSize="true" providesIntermediateUpdate="true" + mightReturnEarlyFromDoStep="true" canReturnEarlyAfterIntermediateUpdate="true" fixedInternalStepSize="1e-3" hasEventMode="true"/>