﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1232	Equation systems in when equations not handled correctly	Per Östlund	Willi Braun	"Equation systems are not handled correctly when put in when equations, such as in this example model:
{{{
model when_test
    Real x;
    Real y;
equation
    when sample(0, 10) then
        x = y;
        y = x;
    end when;
end when_test;
}}}
This model gives the following error messages when compiled:
{{{
generate_ode_system2_nonlinear_residuals failed
-SimCodegen.buildSolvedBlocks failed
Error processing file: test.mo
Error: Internal error generate_compute_output failed
Error: Internal error Generation of simulation code  failed
}}}"	defect	assigned	high	Future	Backend				Lennart Ochel Patrick Täuber
