﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2529	Vectorization of unknown dimensions fails	Martin Sjölund	somebody	"Vectorization fails for the following case:
{{{#!mo
function f
  input Integer m;
  output Real y;
protected
  parameter Real phi[m] = linspace(0,1,m);
  parameter Real t[2, m] = 2/m*{ cos(phi), sin(phi)}; // Cannot elaborate the trig. functions here
algorithm
  y := sum(t);
end f;

model M
  Real r = f(integer(time));
end M;
}}}"	defect	new	high	1.9.1	Frontend	trunk			
