diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-11 18:23:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-11 18:23:05 (GMT) |
commit | 8169c70b061b5ffa6e7082b48337ad9a63e6d907 (patch) | |
tree | 19b9e280e29bbf88c30c8005c71c53f0694e623a /src/H5Sprivate.h | |
parent | cb47e4ed03146e6e54523da742cba9c6e99c8fc8 (diff) | |
download | hdf5-8169c70b061b5ffa6e7082b48337ad9a63e6d907.zip hdf5-8169c70b061b5ffa6e7082b48337ad9a63e6d907.tar.gz hdf5-8169c70b061b5ffa6e7082b48337ad9a63e6d907.tar.bz2 |
[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.
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r-- | src/H5Sprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h index bc0fff0..47d73fe 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -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 */ |