diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-10-09 14:19:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-09 14:19:39 (GMT) |
commit | 220f8972cdd6ccd7b8715a0fb17c1867fd0b35c5 (patch) | |
tree | 3a1ec0a9451ef169e324299c1ecef8b8f3408610 | |
parent | 1a6fba9418cf82fec8c880ac4f276c192cbfdae0 (diff) | |
parent | ceaf5b264d1e820073a2b70afc7e20b823cd5994 (diff) | |
download | hdf5-220f8972cdd6ccd7b8715a0fb17c1867fd0b35c5.zip hdf5-220f8972cdd6ccd7b8715a0fb17c1867fd0b35c5.tar.gz hdf5-220f8972cdd6ccd7b8715a0fb17c1867fd0b35c5.tar.bz2 |
Merge pull request #31 from byrnHDF/develop
Comment adjustments
-rw-r--r-- | src/H5Cmpio.c | 4 | ||||
-rw-r--r-- | src/H5Rint.c | 1 | ||||
-rw-r--r-- | src/H5Spoint.c | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/src/H5Cmpio.c b/src/H5Cmpio.c index 4a3a2d8..0489ad2 100644 --- a/src/H5Cmpio.c +++ b/src/H5Cmpio.c @@ -18,7 +18,7 @@ * Quincey Koziol * * Purpose: Functions in this file implement support for parallel I/O for - * generic cache code. + * generic cache code. * *------------------------------------------------------------------------- */ @@ -28,7 +28,7 @@ /****************/ #include "H5Cmodule.h" /* This source code file is part of the H5C module */ -#define H5F_FRIEND /*suppress error about including H5Fpkg */ +#define H5F_FRIEND /*suppress error about including H5Fpkg */ /***********/ /* Headers */ diff --git a/src/H5Rint.c b/src/H5Rint.c index 5f8c7e9..8f3163a 100644 --- a/src/H5Rint.c +++ b/src/H5Rint.c @@ -89,7 +89,6 @@ } while (0) /* Debug */ -// #define H5R_DEBUG #ifdef H5R_DEBUG #define H5R_LOG_DEBUG(...) \ do { \ 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 |