diff options
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r-- | src/H5Sprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h index 9b920e3..f7d0270 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -134,7 +134,7 @@ typedef struct { hsize_t num_elem; /* Number of elements in selection */ union { H5S_pnt_list_t *pnt_lst; /* List of selected points (order is important) */ - H5S_hyper_sel_t hyper; /* Info about hyperslab selections */ + H5S_hyper_sel_t hslab; /* Info about hyperslab selections */ } sel_info; } H5S_select_t; |