﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1341	Event handling: Duplicate events	Martin Sjölund	Martin Sjölund	"branches/sjoelund-functiontree/testsuite/mosfiles/Random.mos produces the last line twice.
It shouldn't:
{{{  when sample(0,0.2) then
    (x, seed) := random(pre(seed));
    Modelica.Utilities.Streams.print(""time = "" + String(time, format="".1f"") + "", x = "" + String(x , format="".6f"") + ""\n"");
  end when;}}}

{{ time = 3.0, x = 0.180925
  time = 3.0, x = 0.180925}}

Do we generate a terminal() event that causes events that are not supposed to run at the last time step?"	defect	closed	high				fixed		Martin Sjölund Jens Frenkel Willi Braun
