Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2098
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Jan 5, 2018
1 parent 67acb2d commit f16fbfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/Template/CodegenCFunctions.tpl
Expand Up @@ -4107,7 +4107,6 @@ template crefToCStr(ComponentRef cr, Integer ix, Boolean isPre, Boolean isStart)
case SIMVAR(varKind=JAC_DIFF_VAR())
case SIMVAR(varKind=SEED_VAR())
case SIMVAR(varKind=DAE_RESIDUAL_VAR())
case SIMVAR(varKind=DAE_RESIDUAL_VAR())
case SIMVAR(index=-2)
then
if intEq(ix,0) then (if isPre then "$P$PRE")+crefDefine(cr)
Expand Down

0 comments on commit f16fbfd

Please sign in to comment.