﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2997	Zero-crossings in algorithm sections	Lennart Ochel	somebody	"Events are not triggered for some algorithm sections. The example from r23518 illustrates the issue:
{{{#!mo
  model ZeroCrossingAlg
    Real a;
    Integer d;
  algorithm
    a := 2*time;
    d := if a > 1.0 then 1 else 2;
    a := 0.5;
  end ZeroCrossingAlg;
}}}
"	defect	new	high	Future	Backend	trunk			
