Added comment for clarification about latest as 1.10.

Platforms tested:
    Linux/64 (jelly)
    Linux/32 (jam)
This commit is contained in:
Binh-Minh Ribler 2018-02-13 15:24:41 -06:00
parent 551e58e683
commit 9a480c34e5

View File

@ -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
*
***********************************************************************/