﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2830	Override of start attributes does not work in combination with fixed=true	Lennart Ochel	Lennart Ochel	"The following model can be used to explore the issue. Using the override flag changes the start value of x, but does not affect the initial solution of x.

{{{#!mo
loadString(""
model foo
  Real x(start=1.0, fixed=true);
  parameter Real p=1.0;
equation
  der(x) = p;
end foo;
""); getErrorString();

simulate(foo, stopTime=0.0, simflags=""-override=p=-2,x=0 -lv=LOG_SOTI""); getErrorString();
}}}
"	defect	closed	high	1.9.4	Backend	trunk	fixed		christoph.brinkrolf@…
