diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-04-14 17:26:37 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-04-14 17:26:37 (GMT) |
commit | 2a5e9f353fedaeb5ba5fdfac77c78a89342655db (patch) | |
tree | 3f9b1ea529fb8802d9119cd8dd03042f10d0d197 /src/H5S.c | |
parent | 824dc864bf953e2866a83c03d3bb209b0195fa0b (diff) | |
download | hdf5-2a5e9f353fedaeb5ba5fdfac77c78a89342655db.zip hdf5-2a5e9f353fedaeb5ba5fdfac77c78a89342655db.tar.gz hdf5-2a5e9f353fedaeb5ba5fdfac77c78a89342655db.tar.bz2 |
[svn-r20497] Bug 1386 - allow dimension size to be zero even though it isn't unlimited. I took out some comment.
No test needed.
Diffstat (limited to 'src/H5S.c')
-rw-r--r-- | src/H5S.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1161,13 +1161,8 @@ H5Sis_simple(hid_t space_id) Verifies that each element of DIMS is not equal to H5S_UNLIMITED. Raymond Lu 03/30/2011 - We allow 0-dimension for non-unlimited dimension starting from 1.8.7 + We allow 0 dimension size for non-unlimited dimension starting from 1.8.7 release. - - Raymond Lu 04/11/2011 - I added a condition check to make sure the new size won't exceed the - current maximal size when this function is called to change the - dimension size of an existent dataspace. --------------------------------------------------------------------------*/ herr_t H5Sset_extent_simple(hid_t space_id, int rank, const hsize_t dims[/*rank*/], |