﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2432	no support for mixed systems containing algorithms	Lennart Ochel	Lennart Ochel	"It seems that there is no support for mixed systems that contain algorithms.
Example:
{{{#!mo
model test
  Real a;
  Integer b;
algorithm
  b:=if a > 0 then 1 else -1;
algorithm
  a:=b * time;
end test;
}}}

Output:
{{{
Translation	13:38:22		0:0-0:0	Internal error ./Compiler/BackEnd/SimCodeUtil.mo: function createSimCode failed [Transformation from optimised DAE to simulation code structure failed]
Translation	13:38:22		0:0-0:0	Internal error ./Compiler/BackEnd/SimCodeUtil.mo: function createEquationsForSystem1 failed
Translation	13:38:22		0:0-0:0	Internal error ./Compiler/BackEnd/SimCodeUtil.mo: function createEquationsForSystem1 failed for component {{1:1},
{2:2} Size: 1 No analytic jacobian} Size: 1
Translation	13:38:22		0:0-0:0	Internal error ./Compiler/BackEnd/SimCodeUtil.mo: function createOdeSystem failed for component {{1:1},
{2:2} Size: 1 No analytic jacobian} Size: 1
Translation	13:38:22		0:0-0:0	Internal error ./Compiler/BackEnd/SimCodeUtil.mo: function extractDiscEqs failed!
}}}
"	defect	closed	blocker	1.9.1	Backend	trunk	fixed		Patrick Täuber Martin Sjölund Adrian Pop
