﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2441	FMI export: remove garbage we add to the integer if is an enumeration	Adrian Pop	Adeel Asghar	"We currently generate this for enumerations:
{{{
<Integer start=""3*/*ENUM:StateSelect.default*/*"" fixed=""true""/>
}}}
Which is not really conform to the FMI specification.
It should be:
{{{
<Integer start=""3"" fixed=""true""/> 
}}}
Should be an easy fix in CodegenFMU.tpl
"	defect	closed	high	1.9.1	FMI	trunk	fixed		
