Skip to content

Commit

Permalink
Improve variability check (#7361)
Browse files Browse the repository at this point in the history
  • Loading branch information
perost committed Apr 7, 2021
1 parent 126776f commit 19b68a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMCompiler/Compiler/NFFrontEnd/NFTyping.mo
Expand Up @@ -880,6 +880,7 @@ algorithm

if Binding.isTyped(c.binding) then
c.binding := TypeCheck.matchBinding(c.binding, c.ty, InstNode.name(component), node);
checkComponentBindingVariability(InstNode.name(component), c, c.binding, context);
end if;

if Binding.isBound(c.condition) then
Expand Down

0 comments on commit 19b68a5

Please sign in to comment.