Opened 12 years ago
Closed 12 years ago
#2202 closed defect (fixed)
OMEdit does not update results
Reported by: | Christian Schubert | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | critical | Milestone: | 1.9.0 |
Component: | OMEdit | Version: | trunk |
Keywords: | Cc: |
Description
Hi,
the plots of OMEdit are not updated automatically after a new simulation run of the same model with different parameters. After deselecting and reselecting the plot variables, the plot is correct.
Here are the steps to reproduce the problem:
- Simulate a simple model, eg.
model Test Real x(start = 1, fixed=true); equation der(x)=-x; end Test;
- plot x
- Change back to "Modelling view" and change the start value in the second line
Real x(start = 2, fixed=true);
- simulate again
- the plot of x looks exactly the same (starting at 1)
- deselect x and reselect it
-> now the new value of x is shown
Note:
See TracTickets
for help on using tickets.
Fixed in r16114.