Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit f16fbfd

Browse files
sjoelundOpenModelica-Hudson
authored andcommitted
Fix copy-paste error
Belonging to [master]: - #2098
1 parent 67acb2d commit f16fbfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Compiler/Template/CodegenCFunctions.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4107,7 +4107,6 @@ template crefToCStr(ComponentRef cr, Integer ix, Boolean isPre, Boolean isStart)
41074107
case SIMVAR(varKind=JAC_DIFF_VAR())
41084108
case SIMVAR(varKind=SEED_VAR())
41094109
case SIMVAR(varKind=DAE_RESIDUAL_VAR())
4110-
case SIMVAR(varKind=DAE_RESIDUAL_VAR())
41114110
case SIMVAR(index=-2)
41124111
then
41134112
if intEq(ix,0) then (if isPre then "$P$PRE")+crefDefine(cr)

0 commit comments

Comments
 (0)