Opened 7 years ago
Closed 7 years ago
#4825 closed defect (fixed)
Issue with unit string modifier in arrays with the NF
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | 2.0.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description
Please check ScalableTestSuite.Electrical.DistributionSystemAC.ScaledExperiments.DistributionSystemLinear_N_10_M_10. The following error is reported
[OpenModelica/OMCompiler/build/lib/omlibrary/Modelica 3.2.2/SIunits.mo:1308:13-1308:34:writable] Error: Type mismatch in binding quantity = "Resistance", expected subtype of String[10], got type String.
Something goes wrong with the String unit type of an array of size 10.
Note:
See TracTickets
for help on using tickets.
Fixed in c282ec9a.