From cbfb3fa19e895ca130bc07a6c071408c682a8839 Mon Sep 17 00:00:00 2001 From: OpenModelica Hudson Date: Mon, 20 Apr 2015 08:08:16 +0000 Subject: [PATCH] [Janitor mode] Fix whitespace git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25630 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- Compiler/Template/CodegenCpp.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiler/Template/CodegenCpp.tpl b/Compiler/Template/CodegenCpp.tpl index a4cace648bf..368603a0df7 100644 --- a/Compiler/Template/CodegenCpp.tpl +++ b/Compiler/Template/CodegenCpp.tpl @@ -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%>);'