Skip to content

Commit

Permalink
- fix uninicialised variable
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12428 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Aug 3, 2012
1 parent f931d19 commit 60d29cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAECreate.mo
Expand Up @@ -1247,7 +1247,7 @@ algorithm
outEqsLst :=
matchcontinue (dims,e1,e2,source,iAcc)
local
DAE.Exp e1,e2,e1_1,e2_1;
DAE.Exp e1_1,e2_1;
list<DAE.Exp> ea1,ea2;
list<Integer> ds;
case (_,_,_,_,_)
Expand Down

0 comments on commit 60d29cd

Please sign in to comment.