﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2154	Connecting arrays of constants or parameters does not generate asserts	Per Östlund	Per Östlund	"The following model does not generate the correct assert equations for the connections:
{{{
connector C
  parameter Real e[3];
end C;

model M
  C c1, c2;
equation
  connect(c1, c2);
end M;
}}}"	defect	closed	high	1.9.0	Frontend	trunk	fixed		m.groetsch@…
