diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-02-13 21:24:41 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-02-13 21:24:41 (GMT) |
commit | 9a480c34e5ea3df0c1f12df465fc96e5d9e092af (patch) | |
tree | cdf766d7a2b0d2a228e7dcbf69e6973aff0fe60f | |
parent | 551e58e683e76af4aca68998aa718e7e03d8f4f1 (diff) | |
download | hdf5-9a480c34e5ea3df0c1f12df465fc96e5d9e092af.zip hdf5-9a480c34e5ea3df0c1f12df465fc96e5d9e092af.tar.gz hdf5-9a480c34e5ea3df0c1f12df465fc96e5d9e092af.tar.bz2 |
Added comment for clarification about latest as 1.10.
Platforms tested:
Linux/64 (jelly)
Linux/32 (jam)
-rw-r--r-- | test/gen_bounds.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/gen_bounds.c b/test/gen_bounds.c index b3ef0e3..9702176 100644 --- a/test/gen_bounds.c +++ b/test/gen_bounds.c @@ -268,9 +268,11 @@ error: * gen_latest_latest() creates file "bounds_latest_latest.h5" * * File contents: - * - Version 3 superblock (H5Fcreate with H5F_ACC_SWMR_WRITE) + * - Version 3 superblock (triggered by H5Fcreate with H5F_ACC_SWMR_WRITE) * - A chunked dataset with layout version 4, "DS_chunked_layout_4". (H5Pset_chunk_opts) * + * NOTE: As of Feb 2018, latest is 1.10. + * * Return: SUCCEED/FAIL * ***********************************************************************/ |