﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1983	Parameter has neither value nor start value, and is fixed	Christian Schubert	Adrian Pop	"Hi, 

I always wondered about those strange warnings and created a simple testmodel, which reproduces this error (see attachment)
Basically, if you have
{{{
model A
  parameter Integer n = 2;
  parameter Real a[n](each fixed = false);
initial equation
  a = fill(1.0, n);
end A;
}}}
you'll get the warning although (from my point of view) everything should be fine.
Morover, the warning is misleading.
Yes, the parameter doesn't have value nor start value. But where does it say it is fixed?
I think that case might even be handled correctly by Lennart's new initilization?"	defect	closed	normal	1.9.0	Frontend	trunk	fixed	parameter initialization	Lennart Ochel
