Commits
clee83 committed 0f8274a9fa4
Fix a bug regarding unlimited dimensions with no elements (bugzilla #1382) Check emptiness of SDS using both SDcheckempty() and SDgetinfo() because SDcheckempty() had a bug. When no elements exist, h4toh5 calls H5Pset_chunk() with zero, which is not allowed. For this case, h4toh5 calculates a fair chunk size. Currently, h4toh5 tries to put 512 elements in one chunk.