﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4680	Type error with start modifier in arrays	Francesco Casella	Per Östlund	"Please check https://libraries.openmodelica.org/branches/newInst/Modelica_3.2.2/files/Modelica_3.2.2_Modelica.Blocks.Examples.InverseModel.err

The following error is reported:
{{{
[Modelica 3.2.2/Blocks/Continuous.mo:1600:22-1600:35:writable] 
Error: Type mismatch in binding start = criticalDamping.x_start,
expected subtype of Real, got type Real[1].
}}}

The code in Continuous.mo reads
{{{
1593: parameter Real x_start[n]=zeros(n) ""Initial or guess values of states"";
1600: output Real x[n](start=x_start) ""Filter states"";
}}}

The start attribute should have type Real[1], not Real."	defect	closed	high	2.0.0	New Instantiation		duplicate		
