Opened 10 years ago

Closed 10 years ago

Last modified 7 years ago

#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 Adeel Asghar, 10 years ago

Component: OMEditCode Generation
Owner: changed from Adeel Asghar to Willi Braun
Status: newassigned

comment:2 by Willi Braun, 10 years ago

Status: assignedaccepted

comment:3 by Willi Braun, 10 years ago

fixed in r23412.

comment:4 by Willi Braun, 10 years ago

Resolution: fixed
Status: acceptedclosed

comment:5 by Dietmar Winkler, 9 years ago

Milestone: Futurepre1.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 Martin Sjölund, 7 years ago

Milestone: pre1.9.41.9.4

Removing the pre1.9.4 milestone in favor of 1.9.4.

Note: See TracTickets for help on using tickets.