diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-15 00:47:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-15 00:47:18 (GMT) |
commit | e350a69a55f2101d7e31dc8b3565da50ef452643 (patch) | |
tree | 0b4f2b4b10be3ae4fc73999df45bd980e2cc5635 /src/H5Sprivate.h | |
parent | e0c9ca3cce62a7cfe072c52cd5d98c334d46b9ff (diff) | |
download | hdf5-e350a69a55f2101d7e31dc8b3565da50ef452643.zip hdf5-e350a69a55f2101d7e31dc8b3565da50ef452643.tar.gz hdf5-e350a69a55f2101d7e31dc8b3565da50ef452643.tar.bz2 |
[svn-r493] Fixed a bug when iterating through hyperslabs with greater than 2 dimensions.
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 f4e9843..dcae464 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -207,7 +207,7 @@ herr_t H5S_close (H5S_t *ds); hsize_t H5S_extent_npoints (const H5S_t *ds); hsize_t H5S_get_npoints_max(const H5S_t *ds); intn H5S_extent_ndims (const H5S_t *ds); -intn H5S_get_dims (const H5S_t *ds, hsize_t dims[]/*out*/, +intn H5S_extent_dims (const H5S_t *ds, hsize_t dims[]/*out*/, hsize_t max_dims[]/*out*/); herr_t H5S_modify (H5G_entry_t *ent, const H5S_t *space); H5S_t *H5S_read (H5G_entry_t *ent); |