Opened 7 years ago

Closed 6 years ago

#4726 closed defect (fixed)

Final qualifiers lost in NF

Reported by: casella Owned by: perost
Priority: high Milestone: 2.0.0
Component: New Instantiation Version:
Keywords: Cc:

Description

Please check Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start. Parameters such as dcee.frictionParameters.tauRef, which are declared as final parameter Real in the model flattened by the old FE, are instead declared as just parameter Real in the model flattened by the new FE.

Change History (1)

comment:1 Changed 6 years ago by perost

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

Fixed in 1efe7ca1 (and actually working properly in df1cb27). Final is now propagated to the DAE, and additionally we also check that final elements aren't modified.

Note: See TracTickets for help on using tickets.