Skip to content

Commit

Permalink
- fix error in previous commit \n -> <%\n%> in Template/CodegenC.tpl.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Sep 12, 2013
1 parent 4c0e1a4 commit 1209179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenC.tpl
Expand Up @@ -8651,7 +8651,7 @@ template tempDeclTuple(DAE.Type inType, Text &varDecls)
let &varDecls +=
<<
struct {
<%tupleType |> ty hasindex i1 fromindex 1 => '<%expTypeModelica(ty)%> c<%i1%>;\n'%>
<%tupleType |> ty hasindex i1 fromindex 1 => '<%expTypeModelica(ty)%> c<%i1%>;<%\n%>'%>
} <%tmpVar%>;
>>
tmpVar
Expand Down

0 comments on commit 1209179

Please sign in to comment.