﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1549	initial() is a constant?	Willi Braun	Willi Braun	"An equation with initial() treated as an constant simple equation, 
{{{
class A
  Real a;
  Real y;
equation
  a = if not initial() then 1.0 else 0.0;
  y = a + sin(time);
end A;
}}}"	defect	closed	high				fixed		Willi Braun Jens Frenkel Willi Braun
