Changeset 944 for trunk/src/struct2nc.m
- Timestamp:
- May 20, 2016, 6:19:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/struct2nc.m
r943 r944 118 118 case {'single','double'} 119 119 VarType='nc_float'; % store all floating reals as single 120 case {' uint8','int16','uint16','int32','uint32','int64','uint64'}120 case {'int8','uint8','int16','uint16','int32','uint32','int64','uint64'} 121 121 VarType='nc_int'; 122 122 case 'logical'
Note: See TracChangeset
for help on using the changeset viewer.