model ok
Real x[2];
equation
x = {1,1};
end ok;
model bug
Real x[2];
algorithm
x := {1,1};
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