Opened 11 years ago

Closed 11 years ago

#598 closed bug (Fixed)

Reference to undefined netCDF constant — at Version 1

Reported by: m.hadfield Owned by: arango
Priority: major Milestone: Matlab Processing Scripts
Component: Matlab Version: 3.7
Keywords: Cc:

Description (last modified by arango)

In matlab/netcdf/nc_check.m at line 57, there is a reference to nc_int. This should be nc_constant('nc_int'):

  I.Variables(index).ncType     = nc_constant('nc_int');

Change History (1)

comment:1 by arango, 11 years ago

Description: modified (diff)
Resolution: Fixed
Status: newclosed

Yes, good catch. Thank you

Note: See TracTickets for help on using tickets.