Changeset 1033 for trunk/src/struct2nc.m
- Timestamp:
- Apr 30, 2018, 8:01:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/struct2nc.m
r1027 r1033 121 121 VarType='nc_int'; 122 122 case 'logical' 123 VarType='nc_byte'; 123 VarType='nc_int'; 124 Data.(ListVarName{ivar})=uint8(Data.(ListVarName{ivar})); 124 125 end 125 126 if ~isempty(VarType)
Note: See TracChangeset
for help on using the changeset viewer.