diff options
| author | Quincey Koziol <koziol@lbl.gov> | 2017-03-14 17:23:34 (GMT) |
|---|---|---|
| committer | Quincey Koziol <koziol@lbl.gov> | 2017-03-14 17:23:34 (GMT) |
| commit | d0aeefd6455d6877afd934e238362636a86e4b42 (patch) | |
| tree | af6c4a631d5753685ee0033a6a8415a25fc97672 /c++/src/H5FcreatProp.cpp | |
| parent | 847d675f2743ec420ef6c9efdd6e52ae93b4fe44 (diff) | |
| parent | 0313cbb91d974b153dbe8747d193ac3c619eea3b (diff) | |
| download | hdf5-d0aeefd6455d6877afd934e238362636a86e4b42.zip hdf5-d0aeefd6455d6877afd934e238362636a86e4b42.tar.gz hdf5-d0aeefd6455d6877afd934e238362636a86e4b42.tar.bz2 | |
Merge pull request #335 in HDFFV/hdf5 from merge_page_buffering_08 to develop
* commit '0313cbb91d974b153dbe8747d193ac3c619eea3b':
Final merge of page buffering branch to develop
Diffstat (limited to 'c++/src/H5FcreatProp.cpp')
| -rw-r--r-- | c++/src/H5FcreatProp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/H5FcreatProp.cpp b/c++/src/H5FcreatProp.cpp index c490f26..ea69049 100644 --- a/c++/src/H5FcreatProp.cpp +++ b/c++/src/H5FcreatProp.cpp @@ -294,6 +294,7 @@ unsigned FileCreatPropList::getIstorek() const return(ik); } +#ifndef H5_NO_DEPRECATED_SYMBOLS //-------------------------------------------------------------------------- // Function: FileCreatPropList::setFileSpace ///\brief Sets the strategy and the threshold value that the library @@ -364,6 +365,7 @@ hsize_t FileCreatPropList::getFileSpaceThreshold() const } return(threshold); } +#endif /* H5_NO_DEPRECATED_SYMBOLS */ //-------------------------------------------------------------------------- // Function: FileCreatPropList destructor |
