﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3536	Start values cannot be overwritten properly for variables having fixed=true	Lennart Ochel	Lennart Ochel	"The following example demonstrates the issue:

{{{#!mo
loadString(""
model test
  Real x(fixed=true);
equation
  der(x) = 0;
end test;
""); getErrorString();

simulate(test, simflags=""-override=x=1 -lv=LOG_SOTI""); getErrorString();
val(x, 0.0);
}}}

It's the same for the overrideFile flag."	defect	closed	high	1.9.4	Backend		duplicate		
