mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-24 18:30:51 +08:00
Merge branch 'master' into ejh_hdf5_sep_next_2
This commit is contained in:
commit
e2839c120f
@ -46,6 +46,15 @@ size_t nc4_chunk_cache_size = CHUNK_CACHE_SIZE; /**< Default chunk ca
|
|||||||
size_t nc4_chunk_cache_nelems = CHUNK_CACHE_NELEMS; /**< Default chunk cache number of elements. */
|
size_t nc4_chunk_cache_nelems = CHUNK_CACHE_NELEMS; /**< Default chunk cache number of elements. */
|
||||||
float nc4_chunk_cache_preemption = CHUNK_CACHE_PREEMPTION; /**< Default chunk cache preemption. */
|
float nc4_chunk_cache_preemption = CHUNK_CACHE_PREEMPTION; /**< Default chunk cache preemption. */
|
||||||
|
|
||||||
|
/* Forward */
|
||||||
|
static int NC4_enddef(int ncid);
|
||||||
|
static void dumpopenobjects(NC_FILE_INFO_T* h5);
|
||||||
|
|
||||||
|
/* These hold the file caching settings for the library. */
|
||||||
|
size_t nc4_chunk_cache_size = CHUNK_CACHE_SIZE; /**< Default chunk cache size. */
|
||||||
|
size_t nc4_chunk_cache_nelems = CHUNK_CACHE_NELEMS; /**< Default chunk cache number of elements. */
|
||||||
|
float nc4_chunk_cache_preemption = CHUNK_CACHE_PREEMPTION; /**< Default chunk cache preemption. */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @internal Define a binary searcher for reserved attributes
|
* @internal Define a binary searcher for reserved attributes
|
||||||
* @param name for which to search
|
* @param name for which to search
|
||||||
|
Loading…
x
Reference in New Issue
Block a user