Skip to content

Commit

Permalink
Merge branch 'actual_select_io_mode' of github.com:fortnern/hdf5 into…
Browse files Browse the repository at this point in the history
… actual_select_io_mode
  • Loading branch information
fortnern committed Oct 6, 2023
2 parents 78f1a62 + 8092b0f commit 9570c2b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/H5Ppublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -423,12 +423,9 @@ typedef enum H5D_selection_io_mode_t {
/**
* Causes for H5Pget_actual_selection_io_mode() property
*/
#define H5D_SCALAR_IO \
(0x0001u) /**< Scalar (or legacy MPIO) I/O was performed */
#define H5D_VECTOR_IO \
(0x0002u) /**< Vector I/O was performed */
#define H5D_SELECTION_IO \
(0x0004u) /**< Selection I/O was performed */
#define H5D_SCALAR_IO (0x0001u) /**< Scalar (or legacy MPIO) I/O was performed */
#define H5D_VECTOR_IO (0x0002u) /**< Vector I/O was performed */
#define H5D_SELECTION_IO (0x0004u) /**< Selection I/O was performed */

/********************/
/* Public Variables */
Expand Down

0 comments on commit 9570c2b

Please sign in to comment.