﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6082	FMU with CVODE without states failes	Andreas Heuermann	Andreas Heuermann	"FMUs simulating with CVODE can't handle systems with zero states:

{{{
loadString(""
  model InputValues
    output Real v;
  equation
    when time >= 0.5 then
      v = 1;
    end when;
  end InputValues;
""); getErrorString();

setCommandLineOptions(""--fmiFlags=s:cvode""); getErrorString();

translateModelFMU(InputValues, version=""2.0"", fmuType=""cs""); getErrorString();

system(""OMSimulator InputValues.fmu""); getErrorString();
}}}"	defect	closed	critical	1.16.0	FMI	v1.16.0-dev	fixed	fmi, cvode	
