﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1488	final prefix not set for record elements	Jens Frenkel	Jens Frenkel	"The final prefix is not set for record elements.

{{{
record R 
  Real b;
end R;

model A 
  final parameter R r = R(1); 
end A;

./ omc +d=dumpdaelow A.mo


Variables (1) 
========= 
1:  $dummy:STATE(fixed = true )  type: Real  indx = -1 

Known Variables (constants) (1) 
============================= 
1:  r.b:PARAM(final = false )  = 1.0 A, R type: Real (final = false )  indx = -1 

External Objects (0) 
}}}

The final prefix is important for optimisation of equations. See Modelica Spec 3.2 Chapter 7.2.6
{{{
Setting the value of a parameter in an experiment environment is conceptually treated as a modification. 
This implies that a final modification equation of a parameter cannot be changed in a simulation environment.
}}}"	defect	closed	high				fixed		Jens Frenkel Adrian Pop
