diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-07-27 22:00:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 22:00:07 (GMT) |
commit | 0e82707100cf3d1b698d2ec0cad08db61d552d63 (patch) | |
tree | 6d8c9adf10cb2f52f7ad33b93e30ee0aef3125e0 /release_docs | |
parent | 61186204c020a81b5b0044a3b5e08311ccf1424d (diff) | |
download | hdf5-0e82707100cf3d1b698d2ec0cad08db61d552d63.zip hdf5-0e82707100cf3d1b698d2ec0cad08db61d552d63.tar.gz hdf5-0e82707100cf3d1b698d2ec0cad08db61d552d63.tar.bz2 |
Misc missed things from previous merges (#3295)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/HISTORY-1_0-1_8_0.txt | 4 | ||||
-rw-r--r-- | release_docs/README_HPC | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/HISTORY-1_0-1_8_0.txt b/release_docs/HISTORY-1_0-1_8_0.txt index 333d0dc..6d9148d 100644 --- a/release_docs/HISTORY-1_0-1_8_0.txt +++ b/release_docs/HISTORY-1_0-1_8_0.txt @@ -8448,7 +8448,7 @@ C. Changes Since Version 1.0.1 ------------------- H5Tget_super - return the base datatype from which a datatype is derived - H5Tvlen_create - creates a new variable-length dataype + H5Tvlen_create - creates a new variable-length datatype H5Tenum_create - creates a new enumeration datatype H5Tenum_insert - inserts a new enumeration datatype member H5Tenum_nameof - returns the symbol name corresponding to a @@ -8944,7 +8944,7 @@ Datatypes H5Tset_strpad - set string padding + H5Tget_super - return the base datatype from which a datatype is derived - + H5Tvlen_create - creates a new variable-length dataype + + H5Tvlen_create - creates a new variable-length datatype + H5Tenum_create - creates a new enumeration datatype + H5Tenum_insert - inserts a new enumeration datatype member + H5Tenum_nameof - returns the symbol name corresponding to a diff --git a/release_docs/README_HPC b/release_docs/README_HPC index e3728a6..27dc32c 100644 --- a/release_docs/README_HPC +++ b/release_docs/README_HPC @@ -62,7 +62,7 @@ scripts on compute nodes and to cross-compile for compute node hardware using a cross-compiling emulator. The setup steps will make default settings for parallel or serial only builds available to the CMake command. - 1. The "hdf5" directory should be renamed hdf5-<version string>. For + 1. The "hdf5" directory should be renamed hdf5-<version string>. For further explanation see section II. 2. Three cmake script files need to be copied to the working directory, or |