diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2019-01-11 05:08:51 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2019-01-11 05:08:51 (GMT) |
commit | 4729d04d9123e8cd6b2bba071695ace7ddd2a7b5 (patch) | |
tree | 42848d0a2f27cb5547ae1690e08e90ed0a96ddb8 /src/H5Spkg.h | |
parent | b9c8ddbfcc3be04e81718a351067f57e7e444ca1 (diff) | |
download | hdf5-4729d04d9123e8cd6b2bba071695ace7ddd2a7b5.zip hdf5-4729d04d9123e8cd6b2bba071695ace7ddd2a7b5.tar.gz hdf5-4729d04d9123e8cd6b2bba071695ace7ddd2a7b5.tar.bz2 |
Delta reduction against hyperslab_updates branch.
Diffstat (limited to 'src/H5Spkg.h')
-rw-r--r-- | src/H5Spkg.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h index d895f40..9ad97dc 100644 --- a/src/H5Spkg.h +++ b/src/H5Spkg.h @@ -124,7 +124,7 @@ typedef struct { * information. */ int unlim_dim; /* Dimension where selection is unlimited, or -1 if none */ hsize_t num_elem_non_unlim; /* # of elements in a "slice" excluding the unlimited dimension */ - H5S_hyper_span_info_t *span_lst; /* List of hyperslab span information */ + H5S_hyper_span_info_t *span_lst; /* List of hyperslab span information of all dimensions */ } H5S_hyper_sel_t; /* Selection information methods */ @@ -275,8 +275,7 @@ H5_DLL herr_t H5S_extent_copy_real(H5S_extent_t *dst, const H5S_extent_t *src, /* Operations on selections */ H5_DLL herr_t H5S__hyper_project_intersection(const H5S_t *src_space, - const H5S_t *dst_space, const H5S_t *src_intersect_space, - H5S_t *proj_space); + const H5S_t *dst_space, const H5S_t *src_intersect_space, H5S_t *proj_space); H5_DLL herr_t H5S__hyper_subtract(H5S_t *space, H5S_t *subtract_space); /* Testing functions */ |