Unfixed parameters should not be changeable for resimulation
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)
| Component: |
OMEdit → Code Generation
|
| Owner: |
changed from Adeel Asghar to Willi Braun
|
| Status: |
new → assigned
|
| Status: |
assigned → accepted
|
| Resolution: |
→ fixed
|
| Status: |
accepted → closed
|
| Milestone: |
Future → pre1.9.4
|
| Milestone: |
pre1.9.4 → 1.9.4
|
fixed in r23412.