Ignore:
Timestamp:
Sep 29, 2013, 1:19:30 PM (11 years ago)
Author:
sommeria
Message:

representation of ancillary data as table improved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_field_cells.m

    r675 r690  
    209209VarDimName=Data.VarDimName(~check_select);%dimensions of remaining variables
    210210check_coord_select= cellfun(@numel,VarDimName)==1|cellfun(@ischar,VarDimName)==1;% find remaining variables with a single dimension
     211check_coord_select=check_coord_select & ~strcmp('ancillary',Role(~check_select));% do not select ancillary variables as coordinates
    211212%check_coord(~check_select)=check_coord_select;
    212213ListCoordIndex=ivar_remain(check_coord_select);% indices of remaining variables with a single dimension
Note: See TracChangeset for help on using the changeset viewer.