﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1146	Problem with [:] in arrays and matrixes (from Mathcore)	Jan Brugård	Jan Brugård	"See the model:

{{{
function z
  input Real B[:,:];
  output Real A[size(B, 1),size(B, 2)]=zeros(size(B, 1), size(B, 2));
end z;

}}}

The error messages are:
{{{
Check of z failed
Error: Wrong type or wrong number of arguments to zeros(size(B, 1), size(B, 2))'.
}}}

Functions like these are used in Modelica.Math.Matrices.singularValues.

There are problems with the colon dimensions {{{[:]}}} in many classes and I think a lot of tickets are written on different models that doesn't work because of this."	defect	closed	high				fixed		Jan Brugård
