Skip to content

Commit

Permalink
Merge pull request #78 from HansOlsson/SizeNestedInvalid
Browse files Browse the repository at this point in the history
Correctly mark.
  • Loading branch information
HansOlsson authored Aug 19, 2024
2 parents dfc03d3 + fb7c319 commit 856545b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ model SizeNestedInvalid
Plug p(p.v = {1.0, 2.0, 3.0}, x= 4.0);

annotation (
__ModelicaAssociation(TestCase(shouldPass = true, section = {"9.3.1"})),
__ModelicaAssociation(TestCase(shouldPass = false, section = {"9.3.1"})),
experiment(StopTime = 0.01),
Documentation(
info = "<html>Tests that the number of variables is counted correctly when
checking the size restriction on nested connector classes.</html>"));
checking the size restriction on nested connector classes.
Note that the extra x makes it unbalanced.</html>"));
end SizeNestedInvalid;

0 comments on commit 856545b

Please sign in to comment.