Skip to content

Commit

Permalink
- bugfix tests
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Jul 5, 2012
1 parent e5b37d5 commit eec678d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendVarTransform.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ protected function optimizeIfEquation
input list<BackendDAE.Equation> inEqns;
output list<BackendDAE.Equation> outEqns;
algorithm
outEqn := matchcontinue(conditions,theneqns,elseenqs,conditions1,theneqns1,source,inEqns)
outEqns := matchcontinue(conditions,theneqns,elseenqs,conditions1,theneqns1,source,inEqns)
local
DAE.Exp e;
list<DAE.Exp> explst;
Expand Down
1 change: 1 addition & 0 deletions Compiler/Util/Util.mo
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ public function arrayCons
input array<list<Type_a>> arr;
output array<list<Type_a>> out;
replaceable type Type_a subtypeof Any;
protected
list<Type_a> l;
algorithm
l := arr[index];
Expand Down

0 comments on commit eec678d

Please sign in to comment.