[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #XHL-435207]: [netcdfgroup] netcdf.h declares non-existing functions
- Subject: [netCDF #XHL-435207]: [netcdfgroup] netcdf.h declares non-existing functions
- Date: Thu, 26 Apr 2012 15:19:04 -0600
Russ is correct. To see an example, search for
nc_def_var_chunking in libsrc/nc3dispatch.c.
You will find this code which is called eventually
when the user calls nc_def_var_chunking. As you can see
it just returns an error code indicating this is only
defined for netcdf-4.
static int
NC3_def_var_chunking(int ncid, int varid, int contiguous, const size_t
*chunksizesp)
{
return NC_ENOTNC4;
}
=Dennis Heimbigner
Unidata
Ticket Details
===================
Ticket ID: XHL-435207
Department: Support netCDF
Priority: Normal
Status: Closed