Changes between Initial Version and Version 1 of Ticket #598
- Timestamp:
- 07/23/13 18:28:51 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #598
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #598 – Description
initial v1 1 In matlab/netcdf/nc_check.m at line 57, there is a reference to nc_int. This should be nc_constant('nc_int'). 1 In matlab/netcdf/nc_check.m at line 57, there is a reference to nc_int. This should be nc_constant('nc_int'): 2 {{{ 3 I.Variables(index).ncType = nc_constant('nc_int'); 4 }}}