Changeset 943 for trunk/src/nc2struct.m


Ignore:
Timestamp:
May 2, 2016, 9:49:22 AM (8 years ago)
Author:
sommeria
Message:

merge_proj_polar corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/nc2struct.m

    r924 r943  
    276276                    end
    277277                end
    278                 Data.(VarName)=double(netcdf.getVar(nc,var_index(ivar)-1,ind_vec,ind_size)); %read the variable data
     278                Data.(VarName)=netcdf.getVar(nc,var_index(ivar)-1,ind_vec,ind_size); %read the variable data
    279279                Data.(VarName)=squeeze(Data.(VarName));%remove singeton dimension
    280280            else
Note: See TracChangeset for help on using the changeset viewer.