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 Martin Sjölund, 7 years ago

Milestone: Future1.13.0
Owner: changed from Per Östlund to Martin Sjölund
Status: newaccepted

comment:2 by Francesco Casella, 7 years ago

Resolution: fixed
Status: acceptedclosed

Fixed in PR #2240

Note: See TracTickets for help on using tickets.