﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3066	ExpressionSolve cant't solve cast	Willi Braun	somebody	"The model Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump fails, because we can't solve for for a cast expression. 
See following model:
{{{
loadString(""
model Test2
  parameter Real a = sin(3.14)*2;
  parameter Real x = 10;
  Real y;
  Integer p;
equation
  der(y) = y + p;
  der(y) = a*sin(time);
end Test2;
"");
getErrorString();
}}}

- It should be possible to fix that, or vitalij?

- The tearing module should generate an error in such situations."	defect	reopened	high	Future	Backend	trunk			Vitalij Ruge Patrick Täuber
