diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-10-08 17:25:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-10-08 17:25:46 (GMT) |
commit | ceaf5b264d1e820073a2b70afc7e20b823cd5994 (patch) | |
tree | 3a1ec0a9451ef169e324299c1ecef8b8f3408610 /src/H5Spoint.c | |
parent | 1a6fba9418cf82fec8c880ac4f276c192cbfdae0 (diff) | |
download | hdf5-ceaf5b264d1e820073a2b70afc7e20b823cd5994.zip hdf5-ceaf5b264d1e820073a2b70afc7e20b823cd5994.tar.gz hdf5-ceaf5b264d1e820073a2b70afc7e20b823cd5994.tar.bz2 |
Comment adjustments
Diffstat (limited to 'src/H5Spoint.c')
-rw-r--r-- | src/H5Spoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Spoint.c b/src/H5Spoint.c index d54f62e..3e65836 100644 --- a/src/H5Spoint.c +++ b/src/H5Spoint.c @@ -238,7 +238,7 @@ H5S__point_iter_coords(const H5S_sel_iter_t *iter, hsize_t *coords) } /* end H5S__point_iter_coords() */ /*------------------------------------------------------------------------- - * Function: H5S_point_iter_block + * Function: H5S__point_iter_block * * Purpose: Retrieve the current block of iterator for current * selection @@ -2200,7 +2200,7 @@ done: } /* end H5S__point_project_scalar() */ /*------------------------------------------------------------------------- - * Function: H5S_point_project_simple + * Function: H5S__point_project_simple * * Purpose: Projects a point selection onto/into a simple dataspace * of a different rank |