﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2113	fill dimension arguments	Lennart Ochel	Adrian Pop	"{{{
model test
  Real y[5];
  Integer n;

algorithm 
  n := 0;
  y := fill(1, 5);
  n := n + 2;
  y[1:n] := fill(2, n);
end test;
}}}

error message
{{{
[/home/lochel/Documents/tests/temp/bug_2113.mo:9:3-9:23:writable] Error: Wrong type or wrong number of arguments to fill(1, n)'.
 (in component <NO COMPONENT>)
}}}

I guess there is no reason (and nothing in the spec) to forces the dimension arguments to be of parameter variability."	defect	closed	blocker	1.9.0	Frontend	trunk	fixed		Martin Sjölund Adrian Pop
