Skip to content

Commit

Permalink
- fixed #2575
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Feb 8, 2014
1 parent 833fb62 commit 7b81802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/IndexReduction.mo
Expand Up @@ -5851,7 +5851,7 @@ algorithm
GraphML.Graph graph;
String text;
Option<GraphML.EdgeLabel> label;
case ({},_,_,_,_,_,_) then (iN,iGraph);
case ({},_,_,_,_,_,_) then (id,iGraph);
case (v::rest,_,_,_,_,_,_)
equation
c = varcomp[v];
Expand Down

0 comments on commit 7b81802

Please sign in to comment.