Skip to content

Commit

Permalink
- bugfix SomCode.solveTrivialArrayEquation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12537 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Aug 15, 2012
1 parent e757b12 commit 9d4b821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SimCode.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8763,7 +8763,7 @@ algorithm
(vTerm,_) = ExpressionSimplify.simplify(f);
(e22,rhs) = solveTrivialArrayEquation2(vTerm,rhs);
then
(vTerm,rhs);
(e22,rhs);

// not succeded to solve, return unsolved equation., catched later.
case(v,e1,e2) then (e1,e2);
Expand Down

0 comments on commit 9d4b821

Please sign in to comment.