Changeset 19b68a59 in OpenModelica


Ignore:
Timestamp:
2021-04-07T14:32:49+02:00 (3 years ago)
Author:
GitHub <noreply@…>
Branches:
Added-citation-metadata, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
67aee91b
Parents:
126776f9
git-author:
perost <perost86@…> (04/07/21 14:32:49)
git-committer:
GitHub <noreply@…> (04/07/21 14:32:49)
Message:

Improve variability check (#7361)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/NFFrontEnd/NFTyping.mo

    r4e6ee9f8 r19b68a59  
    881881        if Binding.isTyped(c.binding) then
    882882          c.binding := TypeCheck.matchBinding(c.binding, c.ty, InstNode.name(component), node);
     883          checkComponentBindingVariability(InstNode.name(component), c, c.binding, context);
    883884        end if;
    884885
Note: See TracChangeset for help on using the changeset viewer.