Skip to content

Commit

Permalink
- fix bootstrapping.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Sep 19, 2012
1 parent e4c13a5 commit b2972fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/ResidualCmp.mo
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ protected function generateEquation
output list<SimCode.SimEqSystem> oInitialEquations;
output Integer oindex;
algorithm
(oEquations,oInitialEquations) := match(inElement,iEquations,iInitialEquations,index)
(oEquations,oInitialEquations,oindex) := match(inElement,iEquations,iInitialEquations,index)
local
DAE.Exp e1,e2,res;
DAE.ComponentRef cr1,cr2;
Expand Down

0 comments on commit b2972fc

Please sign in to comment.