Skip to content

Commit

Permalink
fix for typo in cpp tempalte
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2020
  • Loading branch information
niklwors authored and OpenModelica-Hudson committed Nov 15, 2017
1 parent 3e4eb94 commit 517bf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenCpp.tpl
Expand Up @@ -11158,7 +11158,7 @@ case SES_WHEN(whenStmtLst = whenStmtLst, conditions=conditions, elseWhen=SOME(el
let body = whenOperators(whenStmtLst, context, &varDecls, simCode, &extraFuncs, &extraFuncsDecl, extraFuncsNamespace, stateDerVectorName, useFlatArrayNotation)
let elseWhen = equationElseWhen(elseWhenEq, context, varDecls, simCode, &extraFuncs, &extraFuncsDecl, extraFuncsNamespace, stateDerVectorName, useFlatArrayNotation)
<<
/else if(0<%helpIf%>)
else if(0<%helpIf%>)
{
<%body%>
}
Expand Down

0 comments on commit 517bf93

Please sign in to comment.