﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1472	Division computation errors	roland	roland	"The computation of models with variables occuring at the bottom of a division is incorrect.

For instance the following basic model computes a value for variable x of 0.5 instead of 2.0:

model testDiv \\  Real x; \\  equation \\    ( 1 / x ) * 2 = 1; \\end testDiv; 

 

I checked this model with openmodelica 1.6.0 and the latest openmodelica 1.7.0 alpha."	defect	closed	high				fixed		roland
