Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
fix inner/outer prefixing in algorithms ticket:4365
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Apr 21, 2017
1 parent dd5fb2b commit 935a1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/InstSection.mo
Original file line number Diff line number Diff line change
Expand Up @@ -5067,7 +5067,7 @@ algorithm
Static.elabCrefNoEval(cache, inEnv, cr, inImpl, false, inPre, info);
Static.checkAssignmentToInput(var, attr, inEnv, false, info);
(cache, ce_1) = Static.canonCref(cache, inEnv, ce, inImpl);
(cache, ce_1) = PrefixUtil.prefixCref(cache, inEnv, inIH, inPre, ce_1);
(cache, ce_1) = PrefixUtil.prefixCrefInnerOuter(cache, inEnv, inIH, ce_1, inPre);

(cache, t) = PrefixUtil.prefixExpressionsInType(cache, inEnv, inIH, inPre, t);

Expand Down

0 comments on commit 935a1c9

Please sign in to comment.