Opened 11 years ago

Closed 11 years ago

#2366 closed defect (fixed)

Record with real vectors and equations

Reported by: c.schulze@… 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 Martin Sjölund, 11 years ago

Milestone: 1.9.01.9.1

Postponed until 1.9.1

comment:2 by Per Östlund, 11 years ago

Fixed in r19848.

comment:3 by Per Östlund, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.