﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1105	The DAELow.equationToResidual method is not working properly since assumes the right part of the equation to be scalar.	donida	donida	"The DAELow.equationToResidualForm method doesn't work properly if the right side of the equation is not a scalar.

Consider for example the conversion the following equation:
x = y - z.
the method returns x - y - z (instead of x - (y - z)).

If the scope of the method is to consider only the subset of equations with scalar right side, this should be written some where in the method comments."	defect	closed	critical		Backend		fixed		Lennart Ochel Willi Braun
