Changeset 988 for trunk/src/struct2nc.m
- Timestamp:
- Jan 22, 2017, 11:21:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/struct2nc.m
r977 r988 120 120 case {'int8','uint8','int16','uint16','int32','uint32','int64','uint64'} 121 121 VarType='nc_int'; 122 case 122 case 'logical' 123 123 VarType='nc_byte'; 124 124 end
Note: See TracChangeset
for help on using the changeset viewer.