Opened 13 years ago
Last modified 13 years ago
#1601 closed defect (fixed)
Boolean array dimensions
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | Martin Sjölund, Per Östlund |
Description
The following should work :)
model M Real x[Boolean] = {if b then 1.5 else 2.5 for b in Boolean}; end M;
Note:
See TracTickets
for help on using tickets.
Fixed in r9747, except that the given example doesn't work because of [bug 1609|BUG:1609].