﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1058	terminate not supported (from MathCore)	krsta	krsta	"The following model does not work probably due to terminate not implemented. The error message ""Internal error, check of model failed with no error message."" could be better...

{{{
model TestTerminate
  Real x;
equation 
  x=time;
  when x > 3 then
    terminate(""End of Simulation"");
  end when;
end TestTerminate;
}}}"	defect	closed	high				worksforme		krsta
