﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2534	simulation results. How to handle the first data point?	Lennart Ochel	Lennart Ochel	"What about the following example?
{{{#!mo
model Unnamed
  Real a;
equation
  when sample(0, 10) then
    a = 1;
  end when;
end Unnamed;
}}}
What should be the simulation result?
a.	a = 1 for all data points
b.	a = 1 for all data points with an additional data point at time=0 with a = 0
Actually, OpenModelica produces the second case and Dymola the first one… 
Any comments?
"	discussion	closed	high	1.9.1	Run-time	trunk	fixed		Adrian Pop Martin Sjölund Willi Braun
