﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4040	missing C-code in derivative calculation of Tables	hans.hell@…	Willi Braun	"when using '''CombiTable1D''' or  '''CombiTable2D''' then C-code in project_functions.c is missing.


{{{
modelica_real omc_$DER$$PModelica$PBlocks$PTables$PCombiTable2D$TAB$PgetTableValue(...)
{
  modelica_real _$$PModelica$PBlocks$PTables$PCombiTable2D$TAB$PgetTableValue$funDERy;
  modelica_real _y;
  _tailrecursive: OMC_LABEL_UNUSED
  _return: OMC_LABEL_UNUSED
//
// RETURN never defined
//
  return _$$PModelica$PBlocks$PTables$PCombiTable2D$TAB$PgetTableValue$funDERy;
}


}}}

here a function call of:

{{{
  _y_ext = ModelicaStandardTables_CombiTable1D_getDerValue(_tableID_ext, _icol_ext, _u_ext,  _du_ext);  

}}}
is missing.

refer also to: [https://trac.openmodelica.org/OpenModelica/ticket/3703]
"	defect	closed	high	1.12.0	Backend		fixed	linearization	
