Opened 12 years ago

Closed 10 years ago

#2036 closed defect (fixed)

FMU: fmiCompletedIntegratorStep does not set callEventUpdate

Reported by: Christian Schubert Owned by: Adeel Asghar
Priority: high Milestone: 1.9.2
Component: FMI Version: trunk
Keywords: FMI fmiCompletedIntegratorStep callEventUpdate Cc: Jens Frenkel, Adrian Pop

Description

Hi,

I just noticed that fmiCompletedIntegratorStep does not set the variable callEventUpdate. This might lead to unexpected behaviour when simulating FMUs (as it did in my case). See fmu_model_interface.c:644

As far as I know, callEventUpdate should be true if a change in state selection occured.

Change History (4)

comment:1 by Martin Sjölund, 11 years ago

Milestone: 1.9.01.9.1

Postponed until 1.9.1

comment:2 by Adeel Asghar, 11 years ago

I think this has been already fixed.

comment:3 by Martin Sjölund, 10 years ago

Milestone: 1.9.11.9.2

This ticket was not closed for 1.9.1, which has now been released. It was batch modified for milestone 1.9.2 (but maybe an empty milestone was more appropriate; feel free to change it).

comment:4 by Adeel Asghar, 10 years ago

Resolution: fixed
Status: newclosed

This is probably fixed long time ago. As I can see callEventUpdate being set properly in the current version. Check fmu1_model_interface.c:803.

Note: See TracTickets for help on using tickets.