﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5696	[RUNTIME] Allow to combine -override and -overrideFile as otherwise it won't work from OMEdit	Adrian Pop	Lennart Ochel	"Currently OMEdit uses -override to override the start, stop, etc:
{{{
C:/temp/TestOverride/TestOverride.exe -port=51307 -logFormat=xmltcp -override=startTime=0,stopTime=1,stepSize=0.002,tolerance=1e-6,solver=dassl,outputFormat=mat,variableFilter=.* -r=C:/temp/TestOverride/TestOverride_res.mat -w -lv=LOG_SOLVER,LOG_STATS -inputPath=C:/temp/TestOverride -outputPath=C:/temp/TestOverride
}}}

If one would add to OMEdit simulation flags:
{{{
-overrideFile=c:/home/adrpo33/dev/override.txt
}}}
the simulation will exit with error as you cannot currently combine {{{-override}}} with {{{-overrideFile}}}

"	defect	closed	high	1.14.0	Run-time		fixed		
