Opened 7 years ago
Closed 7 years ago
#4778 closed defect (fixed)
[NF] Array concatenation (matrix) operator is not implemented
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.13.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description
Things like the following won't work with the current implementation which simply changes the operator to an array constructor (which also is not implemented correctly):
model M constant Real z[:,:] = [{1.0,2};{1.0}]; end M;
Change History (2)
comment:1 by , 7 years ago
Milestone: | Future → 1.13.0 |
---|---|
Owner: | changed from | to
Status: | new → accepted |
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in PR #2240