Skip to content

Commit

Permalink
Address minor review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
fortnern committed Sep 12, 2023
1 parent 726d866 commit e0af25d
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 258 deletions.
10 changes: 2 additions & 8 deletions src/H5CX.c
Original file line number Diff line number Diff line change
Expand Up @@ -2522,16 +2522,13 @@ H5CX_get_no_selection_io_cause(uint32_t *no_selection_io_cause)
} /* end H5CX_get_no_selection_io_cause() */

/*-------------------------------------------------------------------------
* Function: H5CX_get_no_selection_io_cause
* Function: H5CX_get_actual_selection_io_mode
*
* Purpose: Retrieves the cause for not performing selection I/O
* for the current API call context.
*
* Return: Non-negative on success / Negative on failure
*
* Programmer: Vailin Choi
* April 15, 2023
*
*-------------------------------------------------------------------------
*/
herr_t
Expand Down Expand Up @@ -3526,9 +3523,6 @@ H5CX_set_no_selection_io_cause(uint32_t no_selection_io_cause)
*
* Return: <none>
*
* Programmer: Vailin Choi
* April 15, 2023
*
*-------------------------------------------------------------------------
*/
void
Expand All @@ -3548,7 +3542,7 @@ H5CX_set_actual_selection_io_mode(uint32_t actual_selection_io_mode)
/* Cache the value for later, marking it to set in DXPL when context popped */
(*head)->ctx.actual_selection_io_mode = actual_selection_io_mode;
(*head)->ctx.actual_selection_io_mode_set = TRUE;
} /* end if */
}

FUNC_LEAVE_NOAPI_VOID
} /* end H5CX_set_actual_selection_io_mode() */
Expand Down
Loading

0 comments on commit e0af25d

Please sign in to comment.