[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:
Quincey Koziol 2000-04-11 13:23:05 -05:00
parent cb47e4ed03
commit 8169c70b06
2 changed files with 301 additions and 412 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 */