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@25630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Apr 20, 2015
1 parent f0c15ae commit cbfb3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Template/CodegenCpp.tpl
Expand Up @@ -4506,9 +4506,9 @@ case SIMEXTARG(cref=c, isInput =iI, outputIndex=oi, isArray=true, type_=t)then
let extCStr = if stringEq(elType, "string") then '.getCStrData()'
if boolOr(intGt(listLength(dims), 1), stringEq(elType, "bool")) then
let tmp = match dimsStr
case "" then
case "" then
tempDecl('DynArrayDim<%listLength(dims)%><<%extType%>>', &varDecls /*BUFD*/)
else
else
tempDecl('StatArrayDim<%dimStr%><<%extType%>, <%dimsStr%>>', &varDecls /*BUFD*/)
let &inputAssign += 'convertArrayLayout(<%name%>, <%tmp%>);'
let &outputAssign += if intGt(oi, 0) then 'convertArrayLayout(<%tmp%>, <%name%>);'
Expand Down

0 comments on commit cbfb3fa

Please sign in to comment.