diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-04-07 14:50:44 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-04-07 14:50:44 (GMT) |
commit | f2c3407eb6b429346b623276ed0833e3a5cec1c8 (patch) | |
tree | 5442829e1f595ece268c155e5d14759f389fb87f /src/H5Dpublic.h | |
parent | 77a806591d0aeefc2a6bceb2032e1e98edb40217 (diff) | |
download | hdf5-f2c3407eb6b429346b623276ed0833e3a5cec1c8.zip hdf5-f2c3407eb6b429346b623276ed0833e3a5cec1c8.tar.gz hdf5-f2c3407eb6b429346b623276ed0833e3a5cec1c8.tar.bz2 |
[svn-r29655] Added H5D_CHUNK_BTREE to the deprecated section of H5Dpublic.h.
Tested on: 64-bit Ubuntu 15.10 (build only, not used in existing code)
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r-- | src/H5Dpublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index a7bd981..7024e15 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -167,6 +167,7 @@ H5_DLL herr_t H5Ddebug(hid_t dset_id); #ifndef H5_NO_DEPRECATED_SYMBOLS /* Macros */ +#define H5D_CHUNK_BTREE H5D_CHUNK_IDX_BTREE /* Typedefs */ |