Skip to content

Commit

Permalink
RSE-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Feb 15, 2016
1 parent 5f792d2 commit a2d3cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/RemoveSimpleEquations.mo
Expand Up @@ -2760,7 +2760,7 @@ algorithm
crexp = negateExpression(negated, crexp, crexp, " ALIAS_2 ");
rows = List.removeOnTrue(r, intEq, iMT[i]);
arrayUpdate(iMT, i, {});
(vars, eqnslst, shared, repl, vsattr) = traverseAliasTree(rows, i, exp, SOME(crexp), globalnegated1, derReplacement, mark, simpleeqnsarr, iMT, unReplaceable, vars, eqnslst, shared, repl, vsattr);
(vars, eqnslst, shared, repl, vsattr) = traverseAliasTree(rows, i, exp, SOME(crexp), globalnegated1, derReplaceState, mark, simpleeqnsarr, iMT, unReplaceable, vars, eqnslst, shared, repl, vsattr);
then
(vars, eqnslst, shared, repl, vsattr);

Expand Down

0 comments on commit a2d3cf2

Please sign in to comment.