Changeset 421 for trunk/src/nc2struct.m
- Timestamp:
- May 14, 2012, 7:03:14 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/nc2struct.m
r404 r421 204 204 if ~isempty(var_index) 205 205 dim_index=find(flag_used);%list of netcdf dimensions indices corresponding to used dimensions 206 ListDimName=ListDimNameNetcdf(dim_index);207 D imValue=dim_value(dim_index);206 Data.ListDimName=ListDimNameNetcdf(dim_index); 207 Data.DimValue=dim_value(dim_index); 208 208 end 209 209
Note: See TracChangeset
for help on using the changeset viewer.