﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1194	Final array parameter with fixed=false gives fixed=true when set in initial equation	Per Östlund	Per Östlund	"The model
{{{
model FixedFinalParameter
  final parameter Real p[3](each fixed = false);
initial equation
  p = {1.0, 2.0, 3.0};
end FixedFinalParameter;
}}}
gives the warning
{{{
Warning: Parameter p has no value, and is fixed during initialization (fixed=true)
}}}"	defect	closed	high				fixed		Per Östlund Per Östlund
