﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3759	[Clock] time values are not strict monotonically increasing	Lennart Ochel	Lennart Ochel	"The following simple test case produces a result file with time values that are not strict monotonically increasing.

{{{#!mo
setCommandLineOptions(""+std=3.3""); getErrorString();
loadString(""
model TestClock
  Integer nextInterval(start=1);
  Clock c = Clock(nextInterval, 10);
equation
  when c then
    nextInterval = previous(nextInterval) + 1;
  end when;
end TestClock;
""); getErrorString();
simulate(TestClock, outputFormat=""csv""); getErrorString();
}}}"	defect	closed	high	1.19.0	Run-time		fixed		Bernhard Thiele
