Opened 7 years ago
Closed 7 years ago
#4805 closed defect (invalid)
Modelica.Electrical.Analog.Ideal.AD_Converter error
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | *unknown* | Version: | v1.11.0 |
Keywords: | AD_Converter | Cc: |
Description
ADD: import SI = Modelica.SIunits;
CHANGE:
initial equation
for i in 1:N loop
y[i] = L.'X';
end for;
TO
initial algorithm
for i in 1:N loop
y[i] := L.'X';
end for;
Change History (1)
comment:1 by , 7 years ago
Milestone: | Future |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This needs some more input: For example, why you think this is needed (ideally more code should use initial equation instead of algorithm). Also, issues to the standard library go to elsewhere. This tracker is for proposed changes to OpenModelica itself (for example you have some model using AD_Converter that somehow starts working if it would use initial algorithm; if so add this information to the ticket and re-open it).