Changeset 1f4fc735 in OpenModelica


Ignore:
Timestamp:
2021-04-07T13:46:25+02:00 (3 years ago)
Author:
Per Östlund <perost86@…>
Parents:
126776f9
git-author:
Per Östlund <perost86@…> (04/07/21 13:45:35)
git-committer:
Per Östlund <perost86@…> (04/07/21 13:46:25)
Message:

Improve variability check

File:
1 edited

Legend:

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

    r4e6ee9f8 r1f4fc735  
    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.