mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r16472] Change H5Dopen to H5Dopen2 - fixes compile error - too many arguments for H5Dopen1 when using v1.6 compatible flag. Trivial change, tested on smirom and jam.
This commit is contained in:
parent
6b0bf98d32
commit
e52b18bf2c
@ -6772,7 +6772,7 @@ test_big_chunks_bypass_cache(hid_t fapl)
|
||||
if(H5Dclose(dsid) < 0) FAIL_STACK_ERROR
|
||||
|
||||
/* Reopen the dataset */
|
||||
if((dsid = H5Dopen(fid, BYPASS_DATASET, H5P_DEFAULT)) < 0) FAIL_STACK_ERROR
|
||||
if((dsid = H5Dopen2(fid, BYPASS_DATASET, H5P_DEFAULT)) < 0) FAIL_STACK_ERROR
|
||||
|
||||
/* Reads both 2 chunks. Reading the second chunk should bypass the cache because the
|
||||
* chunk is bigger than the cache size and it isn't allocated on disk. */
|
||||
|
Loading…
Reference in New Issue
Block a user