Opened 13 years ago
Last modified 5 years ago
#1711 closed defect
Check for illegal each — at Initial Version
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.16.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: | Martin Sjölund, Adrian Pop |
Description
Should return an error n is not an array declaration:
{{{model N
Real r;
end N;
model M
N n(each r = 1.0);
end M;}}}
Note:
See TracTickets
for help on using tickets.