Opened 4 years ago

#6176 new enhancement

Display multi-dimensional arrays under collapsible trees as 1D arrays

Reported by: Francesco Casella Owned by: Adeel Asghar
Priority: high Milestone: 2.0.0
Component: OMEdit Version:
Keywords: Cc:

Description

Simulate the following model in OMEdit

model Arrays
  Real x[10]      = fill(1,10);
  Real y[10,10]   = fill(1,10,10);
  Real z[10,10,3] = fill(1,10,10,3);
end Arrays;

The array {x} appears in the Variables Browser under a collapsible tree. Unfortunately y and z don't, they flood the browser with all the expanded scalar elements. We shoud probably have hierarchical collapsible trees of elements for the ND arrays as well.

Change History (0)

Note: See TracTickets for help on using tickets.