Opened 7 years ago
Closed 7 years ago
#4726 closed defect (fixed)
Final qualifiers lost in NF
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
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.
Note:
See TracTickets
for help on using tickets.
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.