﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4860	Table models in the ScalableTestSuite fail with NF because of lack of function evaluation	Francesco Casella	Per Östlund	"The Table models of the {{{ScalableTestSuite}}}, see, e.g., [https://libraries.openmodelica.org/branches/newInst/ScalableTestSuite/files/ScalableTestSuite_ScalableTestSuite.Elementary.ParameterArrays.Verification.Table.err ScalableTestSuite.Elementary.ParameterArrays.Verification.Table] fail with a segfault. 

Flattening the models with the NF reveals declarations such as
{{{
parameter Real tab[1,1] = 
  ScalableTestSuite.Elementary.ParameterArrays.Models.f_tab(10, 5)[1, 1];
}}}
instead of 
{{{
parameter Real tab[1,1] = 6.0;
}}}
produced by the old FE. I gues the problem here is the lack of function evaluation in the NF."	defect	closed	normal	2.0.0	New Instantiation		fixed		
