diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-15 22:47:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-15 22:47:59 (GMT) |
commit | b524625fcb78df2050dc81a9110883517499a5cd (patch) | |
tree | da683601c4ea5ad4a4e4e3ac44c118546c148b26 /configure.in | |
parent | 418e8ef0ca760d16f66f00782f0f3fb9c0ea1b10 (diff) | |
download | hdf5-b524625fcb78df2050dc81a9110883517499a5cd.zip hdf5-b524625fcb78df2050dc81a9110883517499a5cd.tar.gz hdf5-b524625fcb78df2050dc81a9110883517499a5cd.tar.bz2 |
[svn-r2942] Purpose:
Bug fix
Description:
When performing I/O on the entire dataset for datasets with the maximum
number of dimensions, H5S_MAX_RANK, (32 currently), the dimension
information was getting corrupted internally and causing no data to be
actually written to the file.
Solution:
Changed the internal array sizes from H5S_MAX_RANK to H5O_LAYOUT_NDIMS,
which is one element larger to accomodate the size of the elements
themselves.
Platforms tested:
Solaris 2.7 (arabica)
Diffstat (limited to 'configure.in')
0 files changed, 0 insertions, 0 deletions