Opened 12 years ago
Closed 12 years ago
#598 closed bug (Fixed)
Reference to undefined netCDF constant
| Reported by: | m.hadfield | Owned by: | arango | 
|---|---|---|---|
| Priority: | major | Milestone: | Matlab Processing Scripts | 
| Component: | Matlab | Version: | 3.7 | 
| Keywords: | Cc: | 
Description (last modified by )
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 , 12 years ago
| Description: | modified (diff) | 
|---|---|
| Resolution: | → Fixed | 
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

Yes, good catch. Thank you