Merge pull request #31 from byrnHDF/develop

Comment adjustments
This commit is contained in:
Larry Knox 2020-10-09 09:19:39 -05:00 committed by GitHub
commit 220f8972cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -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 */

View File

@ -89,7 +89,6 @@
} while (0)
/* Debug */
// #define H5R_DEBUG
#ifdef H5R_DEBUG
#define H5R_LOG_DEBUG(...) \
do { \

View File

@ -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