﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1867	"Don't throw with ""Division by zero"" if it's treatable"	Willi Braun	Willi Braun	"Change the division by zero thrown, so that it is only checked
for accepted step like an assert, since while the initialization
or the non-linear solver process we should be able to try also 
not suitable solutions.

{{{
class M
  Real x,y;
equation
  x = cos(y);
  y = sin(1.0 / x);
end M;
}}}
"	enhancement	closed	high	1.9.1	Backend	trunk	fixed		Lennart Ochel Jens Frenkel
