Changeset 421 for trunk/src/nc2struct.m


Ignore:
Timestamp:
May 14, 2012, 7:03:14 AM (13 years ago)
Author:
sommeria
Message:

bugs corrections and improvements following tutorial presentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/nc2struct.m

    r404 r421  
    204204    if ~isempty(var_index)     
    205205        dim_index=find(flag_used);%list of netcdf dimensions indices corresponding to used dimensions
    206         ListDimName=ListDimNameNetcdf(dim_index);
    207         DimValue=dim_value(dim_index);
     206        Data.ListDimName=ListDimNameNetcdf(dim_index);
     207        Data.DimValue=dim_value(dim_index);
    208208    end
    209209   
Note: See TracChangeset for help on using the changeset viewer.