Changes between Initial Version and Version 1 of Ticket #598


Ignore:
Timestamp:
07/23/13 18:28:51 (11 years ago)
Author:
arango
Comment:

Yes, good catch. Thank you

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #598

    • Property ResolutionFixed
    • Property Status newclosed
  • 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').
     1In 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}}}