Skip to content

Commit

Permalink
- modelicaLine with extra #
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10954 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 24, 2012
1 parent afacb12 commit b187049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/susan_codegen/SimCode/CodegenC.tpl
Expand Up @@ -3735,7 +3735,7 @@ template algStatement(DAE.Statement stmt, Context context, Text &varDecls /*BUFP
case s as STMT_REINIT(__) then algStmtReinit(s, context, &varDecls /*BUFD*/)
else error(sourceInfo(), 'ALG_STATEMENT NYI')
<<
<%modelicaLine(getElementSourceFileInfo(getStatementSource(stmt)))%>#
<%modelicaLine(getElementSourceFileInfo(getStatementSource(stmt)))%>
<%res%>
<%endModelicaLine()%>
>>
Expand Down

0 comments on commit b187049

Please sign in to comment.