Skip to content

Commit

Permalink
[NF] Fix handling of 'each' in Ceval.
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2522
  • Loading branch information
perost authored and OpenModelica-Hudson committed Jun 25, 2018
1 parent d262d0a commit a107bb4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Compiler/NFFrontEnd/NFCeval.mo
Expand Up @@ -298,10 +298,6 @@ algorithm
algorithm
exp := evalExp(binding.bindingExp, target);

if binding.isEach then
exp := Expression.fillType(binding.bindingType, exp);
end if;

if not referenceEq(exp, binding.bindingExp) then
binding.bindingExp := exp;
comp := Component.setBinding(binding, comp);
Expand Down

0 comments on commit a107bb4

Please sign in to comment.