Skip to content

Commit

Permalink
- forgot some bad lines in there.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22629 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 6, 2014
1 parent 4e3b149 commit b279e11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Compiler/FrontEnd/InstUtil.mo
Expand Up @@ -2052,10 +2052,9 @@ algorithm
// branch will be used, which causes some problems with Fluid. So we just
// reset everything up to this point and pray that we didn't miss anything
// important.
case (exp as Absyn.IFEXP(ifExp = ifExp), (all_el, stack_el::rest_stack, accum_el))
case (exp as Absyn.IFEXP(ifExp = ifExp), (all_el, stack_el::rest_stack, _))
equation
(_, (_, _, deps)) = Absyn.traverseExpBidir(ifExp, getElementDependenciesTraverserEnter, getElementDependenciesTraverserExit, (all_el, {}, {}));
stack_el = listAppend(stack_el, accum_el);
deps = listAppend(deps, stack_el);
then
(exp, (all_el, rest_stack, deps));
Expand Down

0 comments on commit b279e11

Please sign in to comment.