Changeset 7677


Ignore:
Timestamp:
03/23/11 09:46:09 (14 years ago)
Author:
jschierm
Message:

fielddisplay.m: add header line with comment for structures and indent fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/display/fielddisplay.m

    r7675 r7677  
    4141        elseif isstruct(field),
    4242                if ~isempty(fields(field))
    43                         struct_display(field,offset),
     43                        displayunit(offset,name,'(structure)',comment),
     44                        struct_display(field,[offset '   ']),
    4445                else
    4546                        displayunit(offset,name,'N/A',comment),
Note: See TracChangeset for help on using the changeset viewer.