﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4027	Missing values of final parameters in FMU export	Rüdiger Franke	Patrick Täuber	"The following model simulates correctly. The value of `a` is not generated in the C or Cpp code, but stored in `FinalParameter_init.xml`.
{{{#!mo
model FinalParameter
  final parameter Real a = 1;
end FinalParameter;
}}}

When exported as FMU 2, then `modelDescription.xml` contains:
{{{#!xml
  <ScalarVariable
    name=""a""
    valueReference=""0""
    variability=""fixed""
    causality=""calculatedParameter""
    initial=""calculated"">
    <Real/>
  </ScalarVariable>
}}}
The value of `a` is lost."	defect	closed	blocker		FMI	v1.11.0	fixed		
