[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #KJK-861023]: nc__open() and nc_open() clarification



Charlie-
Yes, the default is that 
nc_open(path,cmode,ncidp)
is the same as 
nc__open(path,cmode,NULL,ncidp)
or equivalently
size_t bfr_sz_hnt=NC_SIZEHINT_DEFAULT;
nc__open(path,cmode,&bfr_sz_hnt,ncidp)

I have added a note about this into
the documentation of nc_open()
(and nc_create()).
=Dennis Heimbigner
  Unidata


Ticket Details
===================
Ticket ID: KJK-861023
Department: Support netCDF
Priority: Normal
Status: Closed


NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.