Opened 12 years ago

Closed 9 years ago

#2036 closed defect (fixed)

FMU: fmiCompletedIntegratorStep does not set callEventUpdate

Reported by: cschubert Owned by: adeas31
Priority: high Milestone: 1.9.2
Component: FMI Version: trunk
Keywords: FMI fmiCompletedIntegratorStep callEventUpdate Cc: jfrenkel, adrpo

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 Changed 11 years ago by sjoelund.se

  • Milestone changed from 1.9.0 to 1.9.1

Postponed until 1.9.1

comment:2 Changed 10 years ago by adeas31

I think this has been already fixed.

comment:3 Changed 10 years ago by sjoelund.se

  • Milestone changed from 1.9.1 to 1.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 Changed 9 years ago by adeas31

  • Resolution set to fixed
  • Status changed from new to closed

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.