#2981 closed defect (fixed)
Unfixed parameters should not be changeable for resimulation
Reported by: | Lennart Ochel | Owned by: | Willi Braun |
---|---|---|---|
Priority: | high | Milestone: | 1.9.4 |
Component: | Code Generation | Version: | trunk |
Keywords: | Cc: |
Description
Please, consider the following model:
model foo parameter Real a = 1; parameter Real b = 1+a; parameter Real c(fixed=false); initial equation c = 3; end foo;
Only parameter a should be changeable for resimulation. Currently, OMEdit allows to change parameter a and c for resimulation.
Change History (6)
comment:1 by , 10 years ago
Component: | OMEdit → Code Generation |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 10 years ago
Status: | assigned → accepted |
---|
comment:3 by , 10 years ago
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:5 by , 9 years ago
Milestone: | Future → pre1.9.4 |
---|
It doesn't make sense to keep closed ticket in the "Future" milestone that were simply forgotten to assign to the correct milestone in the past.
comment:6 by , 7 years ago
Milestone: | pre1.9.4 → 1.9.4 |
---|
Removing the pre1.9.4 milestone in favor of 1.9.4.
Note:
See TracTickets
for help on using tickets.
fixed in r23412.