﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1738	reinit on parameter gives no error and check Model returns nothing	Peter Aronsson	Peter Aronsson	"The following model checked with Check Model in OMEdit (v1.8.0) gives no error message (reinit of parameters not allowed). In fact, it returns nothing in the text dialog that appears.

model Test
  parameter Real x=0.1;
equation 
  when time > 1 then
    reinit(x, 2*x);
  end when;
end Test;"	defect	closed	critical	1.9.0	Frontend		fixed		Peter Aronsson
