Opened 9 years ago

Closed 9 years ago

Last modified 7 years ago

#3582 closed defect (duplicate)

redeclare model disappear when modifying a parameter...

Reported by: Arno_Epsilon <acolleoni@…> Owned by: Adeel Asghar
Priority: critical Milestone:
Component: OMEdit Version:
Keywords: replaceable Cc:

Description

I downloaded the last nightly build this morning (OpenModelica-v1.9.4-dev-525-gf0bcb4f).
I tried to modify a parameter on a component containing a replaceable model.
When i did it, the line redeclare model Medium = Medium disappeared in my test model...
What i mean is:
Before modifying the parameter L to 2, i had:
MyLib.Component pipe(redeclare model Medium = Medium, L=1) annotation...;
After, i have:
MyLib.Component pipe(L=2) annotation...;

the model Medium is not redeclared anymore, unless i rewrite the line...

Change History (6)

comment:1 by Arno_Epsilon <acolleoni@…>, 9 years ago

Component: *unknown*OMEdit
Owner: changed from somebody to Adeel Asghar

comment:2 by Martin Sjölund, 9 years ago

Milestone: 1.9.41.9.5

Milestone pushed to 1.9.5

comment:3 by Martin Sjölund, 9 years ago

Milestone: 1.9.51.10.0

Milestone renamed

comment:4 by anonymous, 9 years ago

Same fate:
ticket equivalent to Ticket 3783

Should be closed since duplication, no?

comment:5 by Adrian Pop, 9 years ago

Resolution: duplicate
Status: newclosed

comment:6 by Martin Sjölund, 7 years ago

Milestone: 1.10.0

Milestone deleted

Note: See TracTickets for help on using tickets.