Opened 8 years ago
Closed 8 years ago
#4040 closed defect (fixed)
missing C-code in derivative calculation of Tables
Reported by: | Owned by: | Willi Braun | |
---|---|---|---|
Priority: | high | Milestone: | 1.12.0 |
Component: | Backend | Version: | |
Keywords: | linearization | Cc: |
Description
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
Change History (4)
comment:1 by , 8 years ago
Milestone: | 1.10.0 → 1.11.0 |
---|
comment:2 by , 8 years ago
Milestone: | 1.11.0 → 1.12.0 |
---|
Milestone moved to 1.12.0 due to 1.11.0 already being released.
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Ticket retargeted after milestone closed