Skip to content

Commit

Permalink
[NF] minor change to remove duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed May 30, 2019
1 parent a38506d commit a99df61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions OMCompiler/Compiler/NFFrontEnd/NFInst.mo
Expand Up @@ -187,8 +187,7 @@ function instantiate
input output InstNode node;
input InstNode parent = InstNode.EMPTY_NODE();
algorithm
node := partialInstClass(node);
node := expandClass(node);
node := expand(node);
node := instClass(node, Modifier.NOMOD(), NFComponent.DEFAULT_ATTR, true, 0, parent);
end instantiate;

Expand Down

0 comments on commit a99df61

Please sign in to comment.