﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3230	Initialization handles when-clauses within algorithms wrong	Lennart Ochel	Lennart Ochel	"See the following example:
{{{#!mo
model Test
  Real r[2];
algorithm
  r[1] := 2;
  when time > 0.5 then
    r := zeros(2);
  end when;
end Test;
}}}

Output:
{{{
Notification: The given system is mixed-determined.   [index > 0]
Notification: The given system is mixed-determined.   [index > 1]
Notification: The given system is mixed-determined.   [index > 2]
Notification: The given system is mixed-determined.   [index > 3]
Error: No system for the symbolic initialization was generated.
}}}"	defect	accepted	high	Future	Backend	trunk			Adrian Pop Mahder Alemseged Gebremedhin
