Changeset 690 for trunk/src/find_field_cells.m
- Timestamp:
- Sep 29, 2013, 1:19:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_field_cells.m
r675 r690 209 209 VarDimName=Data.VarDimName(~check_select);%dimensions of remaining variables 210 210 check_coord_select= cellfun(@numel,VarDimName)==1|cellfun(@ischar,VarDimName)==1;% find remaining variables with a single dimension 211 check_coord_select=check_coord_select & ~strcmp('ancillary',Role(~check_select));% do not select ancillary variables as coordinates 211 212 %check_coord(~check_select)=check_coord_select; 212 213 ListCoordIndex=ivar_remain(check_coord_select);% indices of remaining variables with a single dimension
Note: See TracChangeset
for help on using the changeset viewer.