Skip to content

Commit

Permalink
- Committed generated TplCodegen.mo in Template also.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18370 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Dec 2, 2013
1 parent 0bb4123 commit 7e83e90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/Template/TplCodegen.mo
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,9 @@ algorithm
case ( txt,
TplAbsyn.ARRAY_TYPE(ofType = i_ofType) )
equation
txt = Tpl.writeTok(txt, Tpl.ST_STRING("array<"));
txt = typeSig(txt, i_ofType);
txt = Tpl.writeTok(txt, Tpl.ST_STRING("[:]"));
txt = Tpl.writeTok(txt, Tpl.ST_STRING(">"));
then txt;

case ( txt,
Expand Down

0 comments on commit 7e83e90

Please sign in to comment.