mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r2110] Re-wrote a good chunk of the hyperslab code to work correctly in several
situations which weren't tested before. Things should be both faster and easier to understand in this code now.
This commit is contained in:
parent
cb47e4ed03
commit
8169c70b06
712
src/H5Shyper.c
712
src/H5Shyper.c
File diff suppressed because it is too large
Load Diff
@ -110,7 +110,6 @@ typedef struct {
|
||||
size_t count; /* Number of nodes in list */
|
||||
H5S_hyper_node_t *head; /* Pointer to head of hyperslab list */
|
||||
H5S_hyper_bound_t **lo_bounds; /* Lower (closest to the origin) bound array for each dimension */
|
||||
H5S_hyper_bound_t **hi_bounds; /* Upper (farthest from the origin) bound array for each dimension */
|
||||
} H5S_hyper_list_t;
|
||||
|
||||
/* Information about one dimension in a hyperslab selection */
|
||||
|
Loading…
x
Reference in New Issue
Block a user