diff options
author | Ray Lu <songyulu@hdfgroup.org> | 2018-10-31 15:43:22 (GMT) |
---|---|---|
committer | Ray Lu <songyulu@hdfgroup.org> | 2018-10-31 15:43:22 (GMT) |
commit | 3fcc1e7929d99272cf3d29883de78b1ad544ea38 (patch) | |
tree | 5c7d7e440c0e1346715bce5f2cc5fee287f77e68 | |
parent | 99c1e577da3a2dd45fbfee748220986c42962921 (diff) | |
parent | b72e926ed0c981d14d5219b32042c3d0b938d1e1 (diff) | |
download | hdf5-3fcc1e7929d99272cf3d29883de78b1ad544ea38.zip hdf5-3fcc1e7929d99272cf3d29883de78b1ad544ea38.tar.gz hdf5-3fcc1e7929d99272cf3d29883de78b1ad544ea38.tar.bz2 |
Merge pull request #1315 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/ray_test to develop
* commit 'b72e926ed0c981d14d5219b32042c3d0b938d1e1':
A trivial change to reformat a comment. The purpose is simply to try out Git.
-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 * |