﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1734	Compiler generates bad flattened version of function from MSL	Bill Janssen	Bill Janssen	"If you flatten the attached model (RC_ideal.RC_driveline), you'll see that it includes a copy of Math.tempInterpol1 from the MSL 3.1.  However, it changes the assignment of the result!  In the MSL, that assignment is

  y := y1 + (y2 - y1) * (u - u1) / (u2 - u1);

In the flattened code, it comes out as

  y := y1 + (y2 - y1 * (u - u1)) / (u2 - u1);

Don't know if this is a parser bug or DAE bug."	defect	closed	high	1.9.0	Frontend		fixed		Bill Janssen Per Östlund
