mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Number of arguments requires H5Dopen2.
This commit is contained in:
parent
279a3f915b
commit
3fb711e0ff
@ -15432,7 +15432,7 @@ test_hyper_io_1d(void)
|
||||
CHECK(fid, H5I_INVALID_HID, "H5Fopen");
|
||||
|
||||
/* Open the dataset */
|
||||
did = H5Dopen(fid, DNAME, H5P_DEFAULT);
|
||||
did = H5Dopen2(fid, DNAME, H5P_DEFAULT);
|
||||
CHECK(did, H5I_INVALID_HID, "H5Dopen");
|
||||
|
||||
/* Set up to read every 10th element in file dataspace */
|
||||
|
Loading…
x
Reference in New Issue
Block a user