Skip to content

Commit

Permalink
[NF] Don't split external objects in connectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
perost authored and OpenModelica-Hudson committed Mar 28, 2019
1 parent 72c947e commit 3997aa3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Compiler/NFFrontEnd/NFConnector.mo
Expand Up @@ -254,6 +254,9 @@ protected
then
conns;

case Type.COMPLEX(complexTy = ComplexType.EXTERNAL_OBJECT())
then CONNECTOR(name, Type.liftArrayLeftList(ty, dims), face, cty, source) :: conns;

case Type.COMPLEX()
algorithm
tree := Class.classTree(InstNode.getClass(ty.cls));
Expand Down

0 comments on commit 3997aa3

Please sign in to comment.