diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-04 05:25:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-04 05:25:36 (GMT) |
commit | deb75622ca18958ea729c7184c4bc5ea0e029280 (patch) | |
tree | ba23ac80c0fd9a4cde379ade2e9365deb0b40da6 /src/H5Dchunk.c | |
parent | df7cf2a9d3409ce6dfbd28d80af35fa2512320ae (diff) | |
parent | 20ad15a1a8e9008103fe7d30401408eaa2aff6e5 (diff) | |
download | hdf5-deb75622ca18958ea729c7184c4bc5ea0e029280.zip hdf5-deb75622ca18958ea729c7184c4bc5ea0e029280.tar.gz hdf5-deb75622ca18958ea729c7184c4bc5ea0e029280.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r-- | src/H5Dchunk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c index 30a9a3b..22dc05a 100644 --- a/src/H5Dchunk.c +++ b/src/H5Dchunk.c @@ -2784,8 +2784,8 @@ done: /*------------------------------------------------------------------------- * Function: H5D__chunk_hash_val * - * Purpose: To calculate an index based on the dataset's scaled coordinates and - * sizes of the faster dimensions. + * Purpose: To calculate an index based on the dataset's scaled + * coordinates and sizes of the faster dimensions. * * Return: Hash value index * |