﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1830	when in algorithm only triggered once	Martin Sjölund	Willi Braun	"The following `when`-clause is only triggered once, but works properly for equation-sections:
{{{
model try
  Real x(start = 1);
algorithm 
  when x >= 7 then
      reinit(x, 5);
  end when;

equation
      der(x) = 1 ;

end try;
}}}"	defect	closed	high	1.9.0	Backend		fixed		
