diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-11-08 02:48:59 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-11-08 02:48:59 (GMT) |
commit | 54261d6c92a031804d4756f6fadcc49872b0753b (patch) | |
tree | ab2b10446fd7236384a33787d37fab4bbd282e99 /test | |
parent | c269ecea418a1ec05734ddbe495e66a8357f83ca (diff) | |
download | hdf5-54261d6c92a031804d4756f6fadcc49872b0753b.zip hdf5-54261d6c92a031804d4756f6fadcc49872b0753b.tar.gz hdf5-54261d6c92a031804d4756f6fadcc49872b0753b.tar.bz2 |
Improved comments
Diffstat (limited to 'test')
-rw-r--r-- | test/chunk_info.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/chunk_info.c b/test/chunk_info.c index 4d5a9da..7cc27eb 100644 --- a/test/chunk_info.c +++ b/test/chunk_info.c @@ -104,8 +104,12 @@ void reinit_vars(unsigned *read_filter_mask, haddr_t *addr, hsize_t *size) * * Purpose: Test getting various chunk information * - * Return: Success: 0 - * Failure: 1 + * Return: Success: SUCCEED + * Failure: FAIL + * + * Note: Note that the dataspace argument in these new functions are + * currently not used. The functionality involved the dataspace + * will be implemented in the next version. * * Description: * This function tests the new API functions added for EED-343: |