﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3108	evaluation of structural parametrers	Lennart Ochel	Adrian Pop	"The following model contains two structural parameters. Unfortunately, only {{{N}}} gets evaluated correctly. The other one ({{{p}}}) is not evaluated correctly. That means the if-equation is not simplified and the parameter is not marked as ""unchangeable"" in OMEdit.
{{{#!mo
model Unnamed
  Real x(fixed=p, start=1);
  parameter Boolean p = false;
  parameter Integer N=2;
  Real r[N] = fill(0.0, N);
equation 
  if p then
    der(x) = time;
  else
    x = time;
  end if;
end Unnamed;
}}}"	defect	closed	high	1.16.0	New Instantiation	trunk	fixed		
