Skip to content

Commit

Permalink
- Fix error in TplAbsyn.mo
Browse files Browse the repository at this point in the history
- Update expected output of testcase SusanTest.mos


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7195 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 26, 2010
1 parent 1220ef1 commit 9d8d0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/TplAbsyn.mo
Expand Up @@ -3088,7 +3088,7 @@ public function alignExtArgsToScopeEnv
output TypedIdents outExtraArgs;
output TypedIdents outEncExtraArgs;
algorithm
(outExtraArgs) :=
(outExtraArgs,outEncExtraArgs) :=
matchcontinue (inExtraArgs, inEncExtraArgs, inScopeEnv)
local
ScopeEnv scEnv;
Expand Down Expand Up @@ -4039,7 +4039,7 @@ public function adaptTextToString
output list<MMExp> outStmts;
output TypedIdents outLocals;
algorithm
(outArgValue, outStmts, outLocals)
(outArgValue, outArgExp, outStmts, outLocals)
:= matchcontinue (inArgValue, inArgExp, inStmts, inLocals, inTplPackage)
local
list<MMExp> stmts;
Expand Down

0 comments on commit 9d8d0b9

Please sign in to comment.