Opened 7 years ago

Closed 7 years ago

#4778 closed defect (fixed)

[NF] Array concatenation (matrix) operator is not implemented

Reported by: sjoelund.se Owned by: sjoelund.se
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 Changed 7 years ago by sjoelund.se

  • Milestone changed from Future to 1.13.0
  • Owner changed from perost to sjoelund.se
  • Status changed from new to accepted

comment:2 Changed 7 years ago by casella

  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed in PR #2240

Note: See TracTickets for help on using tickets.