Opened 11 years ago
Closed 11 years ago
#2366 closed defect (fixed)
Record with real vectors and equations
Reported by: | Owned by: | probably noone | |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | Backend | Version: | 1.9.0Beta |
Keywords: | Cc: |
Description
model emptyVector3
record R
parameter Real x[:];
parameter Real y[size(x,1)]=x;
end R;
R r=R(x=zeros(0));
end emptyVector3;
I guess the size of y and(/or) the type of y cannot be determined. unusable source code is generated. (r15030)
Change History (3)
comment:1 by , 11 years ago
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Postponed until 1.9.1