﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1213	"semilinear ""semiLinear_rettype  was not declared in this scope"""	perob88	perob88	"The following small model fails during compilation with the above statement...

{{{
class semilineartest
  parameter Real a=5;
  parameter Real b=5;
  
  Real c;
  Real x(start=5);
equation
  der(x) = -1;
  c = semiLinear(x,a,b);
end semilineartest;
}}}"	defect	closed	high				fixed		perob88 Martin Sjölund
