Changeset 582 for trunk/src/find_field_cells.m
- Timestamp:
- Mar 13, 2013, 12:46:21 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_field_cells.m
r581 r582 165 165 for icell_tps=1:numel(ivar_tps) 166 166 check_cell=zeros(1,nbvar);% =1 for the variables selected in the current cell 167 check_cell(ivar_tps(icell_tps))=1;% mark the coordi ante variable as selected167 check_cell(ivar_tps(icell_tps))=1;% mark the coordinate variable as selected 168 168 DimCell=Data.VarDimName{ivar_tps(icell_tps)};% dimension names for the current tps coordinate variable 169 169 icell=numel(CellInfo)+icell_tps; % new field cell index
Note: See TracChangeset
for help on using the changeset viewer.