diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-11-01 13:40:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-11-01 13:40:38 (GMT) |
commit | 0e1c2d1c9e813a42dfbdee2322a92f46ea257ed9 (patch) | |
tree | 4b00f7e95ffcf39ad64cb4c9bd896481adbcce16 | |
parent | a5e33551d7a45e87e8a1343b15fbe946ef2a9299 (diff) | |
parent | 3fcc1e7929d99272cf3d29883de78b1ad544ea38 (diff) | |
download | hdf5-0e1c2d1c9e813a42dfbdee2322a92f46ea257ed9.zip hdf5-0e1c2d1c9e813a42dfbdee2322a92f46ea257ed9.tar.gz hdf5-0e1c2d1c9e813a42dfbdee2322a92f46ea257ed9.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '3fcc1e7929d99272cf3d29883de78b1ad544ea38':
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 * |