Ignore:
Timestamp:
Mar 13, 2013, 12:46:21 AM (11 years ago)
Author:
sommeria
Message:

various bugs corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_field_cells.m

    r581 r582  
    165165for icell_tps=1:numel(ivar_tps)
    166166    check_cell=zeros(1,nbvar);% =1 for the variables selected in the current cell
    167     check_cell(ivar_tps(icell_tps))=1;% mark the coordiante variable as selected
     167    check_cell(ivar_tps(icell_tps))=1;% mark the coordinate variable as selected
    168168    DimCell=Data.VarDimName{ivar_tps(icell_tps)};% dimension names for the current tps coordinate variable
    169169    icell=numel(CellInfo)+icell_tps; % new field cell index
Note: See TracChangeset for help on using the changeset viewer.