diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-05-04 16:01:54 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-05-04 16:01:54 (GMT) |
commit | 1fa0c5a4b57e51788d95a73b965fdbd5a6d2af5c (patch) | |
tree | d82f0a58d9975ddac6c1e90ca6a8df29b1ebe6a3 /src/H5Dpublic.h | |
parent | ac035bf3679dc539c6b35534f310539210322779 (diff) | |
download | hdf5-1fa0c5a4b57e51788d95a73b965fdbd5a6d2af5c.zip hdf5-1fa0c5a4b57e51788d95a73b965fdbd5a6d2af5c.tar.gz hdf5-1fa0c5a4b57e51788d95a73b965fdbd5a6d2af5c.tar.bz2 |
* Added H5DO compatibility functions.
* Changed the offset copy to use an array on the stack.
* Yanked some unused #defines.
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r-- | src/H5Dpublic.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index be80cef..6cec3f5 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -35,17 +35,6 @@ /* Bit flags for the H5Pset_chunk_opts() and H5Pget_chunk_opts() */ #define H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS (0x0002u) -/* Property names for H5DOwrite_chunk */ -#define H5D_XFER_DIRECT_CHUNK_WRITE_FLAG_NAME "direct_chunk_flag" -#define H5D_XFER_DIRECT_CHUNK_WRITE_FILTERS_NAME "direct_chunk_filters" -#define H5D_XFER_DIRECT_CHUNK_WRITE_OFFSET_NAME "direct_chunk_offset" -#define H5D_XFER_DIRECT_CHUNK_WRITE_DATASIZE_NAME "direct_chunk_datasize" - -/* Property names for H5DOread_chunk */ -#define H5D_XFER_DIRECT_CHUNK_READ_FLAG_NAME "direct_chunk_read_flag" -#define H5D_XFER_DIRECT_CHUNK_READ_OFFSET_NAME "direct_chunk_read_offset" -#define H5D_XFER_DIRECT_CHUNK_READ_FILTERS_NAME "direct_chunk_read_filters" - /*******************/ /* Public Typedefs */ /*******************/ |