Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22153 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Sep 5, 2014
1 parent 9eba358 commit 41534e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/Template/CodegenCpp.tpl
Expand Up @@ -9942,10 +9942,10 @@ template daeExpCrefRhsArrayBox2(Text var,DAE.Type type, Context context, Text &p
Text &varDecls /*BUFP*/,SimCode simCode) ::=
match type
case t as T_ARRAY(ty=aty,dims=dims) then

let dimstr = checkDimension(dims)


let arraytype = match dimstr
case "" then 'DynArrayDim<%listLength(dims)%><<%expTypeShort(type)%>>'
else 'StatArrayDim<%listLength(dims)%><<%expTypeShort(type)%>,<%dimstr%>>'
Expand Down

0 comments on commit 41534e6

Please sign in to comment.