diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1998-11-10 18:02:16 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1998-11-10 18:02:16 (GMT) |
commit | 776f4a0279fa5024a61d7edf54972413e0bc4cdb (patch) | |
tree | 55518c3f7c982a62f588f360ec75ef7c9151219f /src/H5Sprivate.h | |
parent | 3dc23cdaa46ef1cd48ea54361d37773189b11874 (diff) | |
download | hdf5-776f4a0279fa5024a61d7edf54972413e0bc4cdb.zip hdf5-776f4a0279fa5024a61d7edf54972413e0bc4cdb.tar.gz hdf5-776f4a0279fa5024a61d7edf54972413e0bc4cdb.tar.bz2 |
[svn-r890] changed the name of the union member hyper to be hslab.
caused a conflict on winNT because hyper is a keyword
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; |