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

Commit a107bb4

Browse files
perostOpenModelica-Hudson
authored andcommitted
[NF] Fix handling of 'each' in Ceval.
Belonging to [master]: - #2522
1 parent d262d0a commit a107bb4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Compiler/NFFrontEnd/NFCeval.mo

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,6 @@ algorithm
298298
algorithm
299299
exp := evalExp(binding.bindingExp, target);
300300

301-
if binding.isEach then
302-
exp := Expression.fillType(binding.bindingType, exp);
303-
end if;
304-
305301
if not referenceEq(exp, binding.bindingExp) then
306302
binding.bindingExp := exp;
307303
comp := Component.setBinding(binding, comp);

0 commit comments

Comments
 (0)