Opened 7 years ago
Closed 7 years ago
#4963 closed defect (fixed)
Missing handling of subscripted assignment in NFEvalFunction.assignVariable
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | 2.0.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description
Please check Modelica.Fluid.Examples.DrumBoiler.DrumBoiler. The NF fails with
[OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo:455:9-456:72:writable] Error: Internal error NFEvalFunction.assignVariable: missing handling of subscripted assignment
This error currently affects most Fluid models.
Note:
See TracTickets
for help on using tickets.
Fixed in cf277ac. DrumBoiler now fails due to #4968 instead.