Skip to content

Commit

Permalink
Fix comment for eventEncountered in FMI3CSSimulation.c
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Dec 2, 2024
1 parent 4c30c5b commit a7504c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmusim/FMI3CSSimulation.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ FMIStatus FMI3CSSimulate(const FMISimulationSettings* s) {
time, // currentCommunicationPoint
stepSize, // communicationStepSize
fmi3True, // noSetFMUStatePriorToCurrentPoint
&eventEncountered, // eventEncountered
&eventEncountered, // eventHandlingNeeded
&terminateSimulation, // terminateSimulation
&earlyReturn, // earlyReturn
&lastSuccessfulTime // lastSuccessfulTime
Expand Down

0 comments on commit a7504c0

Please sign in to comment.