﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1113	sample() problem	Martin Sjölund	Martin Sjölund	"1.5.0 Beta: The following model gives the correct plot starting at time 2. Before that, the value 2 is used (but should be 1). It seems like the sample function gives an event at time=0 and t+n*increment.

model testSample
  Integer value(start=1, fixed=true);
algorithm
  when sample(2,1) then
    value := 1+pre(value);
  end when;
end testSample;"	defect	closed	high				fixed		Martin Sjölund Martin Sjölund
