Opened 6 years ago
Closed 6 years ago
#4968 closed defect (fixed)
Issues with array package constants in Modelica.Media with 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.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas. The following error is reported:
[Modelica 3.2.2/Media/IdealGases/Common/package.mo:10:3-10:31:writable] Notification: From here: [Modelica 3.2.2/Media/IdealGases/Common/package.mo:1307:5-1307:67:writable] Error: Constant Medium.data[j].MM is used without having been given a value.
Change History (2)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The error is now:
so it still affects arrays of records of package constants, though in a slighly different way.