Skip to content

Commit

Permalink
added an extends VerificationModel
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaRB authored and OpenModelica-Hudson committed Feb 6, 2018
1 parent 218f17f commit 76bc17e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Compiler/Script/Binding.mo
Expand Up @@ -117,6 +117,9 @@ algorithm
for d in design_alts loop

ag_elems := populateModel(s::d::reqs, 0 , {});
ag_elems := Absyn.ELEMENTITEM(Absyn.ELEMENT(false, NONE(), Absyn.NOT_INNER_OUTER(),
Absyn.EXTENDS(Absyn.QUALIFIED("VVDRlib",Absyn.QUALIFIED("Verification",Absyn.IDENT("VerificationModel"))), {}, NONE()),
Absyn.dummyInfo, NONE()))::ag_elems;
autogen_class := Absyn.CLASS("verif_model_autogen_" + intString(i),
false, false, false, Absyn.R_MODEL(),
Absyn.PARTS({}, {}, {Absyn.PUBLIC(ag_elems)},{},
Expand Down

0 comments on commit 76bc17e

Please sign in to comment.