Opened 2 years ago
Closed 2 years ago
#5486 closed defect (fixed)
Circularity in parameter calculation for final parameters
Reported by: | Jonathan Kämpe | Owned by: | Jonathan Kämpe |
---|---|---|---|
Priority: | major | Milestone: | 2.2.x |
Component: | Modelica/FrontEnd | Version: | trunk |
Keywords: | Cc: |
Description
The following model produces a stack overflow exception:
final parameter Real x = y; final parameter Real y = x;
Change History (2)
comment:1 Changed 2 years ago by
comment:2 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
changeset:10294
changeset:10295