﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2350	Experiment annotation ignored when using +s	Per Östlund	Martin Sjölund	"The experiment annotation is ignored when the +s flag is used to generate simulation code, i.e. they are not used for the DefaultExperiment section in the Model_init.xml file.

Example:
{{{
model M
  Real x = 1.0;

  annotation(experiment(StartTime = 1.0, StopTime = 3.0, Interval = 0.01, Tolerance = 0.0001));
end M;
}}}
"	defect	closed	high	1.14.0	Frontend		fixed		
