﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2366	Record with real vectors and equations	c.schulze@…	probably noone	"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)"	defect	closed	high	1.9.1	Backend	1.9.0Beta	fixed		
