diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-12 22:02:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-12 22:02:06 (GMT) |
commit | efbeda8d65b92a2232d6fccb127f373403ab28ed (patch) | |
tree | be55eb488447c581819a91cbc12cb1a87f6d1466 /RELEASE | |
parent | 9f7f1f8a6b1f45fa5f2df4110aa1bb5709b333e7 (diff) | |
download | hdf5-efbeda8d65b92a2232d6fccb127f373403ab28ed.zip hdf5-efbeda8d65b92a2232d6fccb127f373403ab28ed.tar.gz hdf5-efbeda8d65b92a2232d6fccb127f373403ab28ed.tar.bz2 |
[svn-r2130] Documented change of H5Screate_simple & H5Sset_extent_simple to disallow
size 0 dimensions without corresponding unlimited dimension.
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,8 @@ Library non-zero values. * Changed return type of H5Aiterate and H5A_operator_t typedef to be herr_t, to align them with the dataset and group iterator functions. + * Changed H5Screate_simple and H5Sset_extent_simple to not allow dimensions + of size 0 with out the same dimension being unlimited. Configuration ------------- |