Skip to content

Commit

Permalink
- bugfix local shadow variable
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13635 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Oct 25, 2012
1 parent 4fc99df commit a768917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/BackendDAEUtil.mo
Expand Up @@ -5803,9 +5803,9 @@ end adjacencyRowEnhanced1;
protected function expCrefLstHasCref
input list<DAE.Exp> iExpLst;
input DAE.ComponentRef inCr;
output Boolean b;
output Boolean outB;
algorithm
b := matchcontinue(iExpLst,inCr)
outB := matchcontinue(iExpLst,inCr)
local
DAE.ComponentRef cr;
list<DAE.Exp> rest;
Expand Down

0 comments on commit a768917

Please sign in to comment.