summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2022-03-10 15:06:51 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2022-03-10 15:06:51 (GMT)
commit9e87536a295e5006cad2b38f5c416774bff80f34 (patch)
tree20b4a929a21d5f19cb2b58435d3a3726c64fbf45
parenta7d55c479d804e3214b83030f11e7e2775ed2210 (diff)
downloadhdf5-9e87536a295e5006cad2b38f5c416774bff80f34.zip
hdf5-9e87536a295e5006cad2b38f5c416774bff80f34.tar.gz
hdf5-9e87536a295e5006cad2b38f5c416774bff80f34.tar.bz2
In a comment, put back a sentence that mentions H5Tget_native_type().
-rw-r--r--src/H5Tpkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h
index ece0610..6b05465 100644
--- a/src/H5Tpkg.h
+++ b/src/H5Tpkg.h
@@ -396,6 +396,8 @@ H5_DLLVAR const unsigned H5O_dtype_ver_bounds[H5F_LIBVER_NBOUNDS];
* ADDR such that 0 == ADDR mod N. When N=1 no alignment is required;
* N=0 implies that alignment constraints were not calculated. These
* values are used for structure alignment.
+ *
+ * This alignment info is only for H5Tget_native_type.
*/
H5_DLLVAR size_t H5T_POINTER_ALIGN_g;
H5_DLLVAR size_t H5T_HVL_ALIGN_g;