﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4412	Error with Protected Elements	timo.lask@…	Lennart Ochel	"In the following model

{{{
model ProtectedError
  Real var1;
protected
  Real var2 = 1;
equation
  var1 = var2;
end ProtectedError;
}}}

should be prevented by the keyword {{{protected}}} that the variable {{{var2}}} is displayed in the output of OMEdit.

However, both variables {{{var1}}} and {{{var2}}} are displayed.
"	defect	accepted	high		Backend	v1.12.0		protected, PNlib	
