diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2002-04-05 22:31:20 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2002-04-05 22:31:20 (GMT) |
commit | 242d36d2631e3e1f68216b75d462cb1f46ccd6ec (patch) | |
tree | 4625358b70f24227c9fd186d793eabf59e39740e /release_docs/RELEASE.txt | |
parent | 9606ebdfc7318b73860cea422d326334d44e288e (diff) | |
download | hdf5-242d36d2631e3e1f68216b75d462cb1f46ccd6ec.zip hdf5-242d36d2631e3e1f68216b75d462cb1f46ccd6ec.tar.gz hdf5-242d36d2631e3e1f68216b75d462cb1f46ccd6ec.tar.bz2 |
[svn-r5147]
Purpose:
New feature
Description:
Added a query function H5Tget_member_index for compound and enumeration
data types, to retrieve member's index by its name.
Platforms tested:
Linux 2.2
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f477b99..fe5a14b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -156,6 +156,9 @@ Documentation New Features ============ + * A new query function H5Tget_member_index has been added for compound + and enumeration data types, to retrieve member's index by name. + SLU - 2002/04/05 * Improved performance of "regular" hyperslab I/O when using MPI-IO and the datatype conversion is unneccessary. QAK - 2002/04/02 * Improved performance of single hyperslab I/O when datatype conversion is |