Ignore:
Timestamp:
Sep 17, 2012, 10:47:38 PM (12 years ago)
Author:
sommeria
Message:

bugs corrected for tps projection on a grid + pb of colorbar display solved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_field_cells.m

    r543 r546  
    159159    icell=numel(CellInfo)+icell_tps; % new field cell index
    160160    CellInfo{icell}.CoordIndex=ivar_tps(icell_tps);% index of the  tps coordinate variable
    161     CellInfo{icell}.VarIndex_subrange_tps=[];
    162     CellInfo{icell}.VarIndex_nbsites_tps=[];
     161    %CellInfo{icell}.VarIndex_subrange_tps=[];
     162    %CellInfo{icell}.VarIndex_nbsites_tps=[];
    163163    if numel(DimCell)==3
    164164        VarDimName=Data.VarDimName(~check_select);
Note: See TracChangeset for help on using the changeset viewer.