﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5670	FMU export with 'output Integer' not FMI conform	anonymous	Lennart Ochel	"FMU export of the minimal example
{{{
model test
output Real y_float;
output Integer y_int;

equation
y_int = 1;
y_float = 2.2;
end test;
}}}
results in the following (part) of the 'modelDescription.xml':
{{{
  <ModelStructure>
    <Outputs>
      <Unknown index=""1"" dependencies="""" dependenciesKind="""" />
    </Outputs>
  </ModelStructure>
}}}
, i.e. the integer output is missing, which is not FMI conform, right?!
"	defect	closed	normal	1.16.0	FMI	v1.13.2	fixed	FMU export integer output	Karim Adbdelhak
