﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1204	assignment to an array in algorithm section fails	daniel@…	daniel@…	"Hi @all,

here is small snipet demonstrating the issue:

{{{model ok
Real x[2];
equation
x = {1,1};
end ok;}}}

{{{model bug
Real x[2];
algorithm
x := {1,1}; // <-- produces at the simulate(model) state the error given below
end bug;}}}

I am using current release rc2. The second model produces the error message:
Error: Too few equations, underdetermined system. The model has 1 equation(s) and 2 variable(s)

Regards, Daniel"	defect	closed	high		Simulation Code Generation		fixed		daniel@…
