Files
hdf5/hl
Pedro Vicente Nunes 3f26602c9e [svn-r16145] Merging with trunk regarding revisions
16132

some chunks were not deleted for some cases, the comparison to check for chunk offsets outside of the new dimensions was
chunk_offset[ i ] > dimension [ i ]
and it must be
chunk_offset[ i ] >= dimension [ i ]


16133
H5TBdelete_record was not handlong correctly records at the end of the table
added a ckeck that avoids to read these records if they are not needed (for pushing down the table)

16143
add a test for recent fixes of H5Dset_extent

tested: windows, linux
2008-12-01 15:58:00 -05:00
..
2008-10-17 10:48:23 -05:00
2008-10-17 10:48:23 -05:00
2008-10-17 10:48:23 -05:00
2008-10-17 10:48:23 -05:00
2006-09-04 13:30:13 -05:00
2008-10-17 10:48:23 -05:00