mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r26389] Revision 26387 failed with configure option --with-default-api-version=v16.
Changed H5Dcreate() to H5Dcreate2 in test/trefer.c line 633. Tested with h5committest and with --with-default-api-version=v16 on platypus.
This commit is contained in:
parent
89ffc9f2d7
commit
63bd09ec8b
@ -633,7 +633,7 @@ test_reference_region(void)
|
||||
CHECK(space_NA, FAIL, "H5Screate_simple");
|
||||
|
||||
/* Create the dataset and write the region references to it */
|
||||
dset_NA = H5Dcreate(fid1, "DS_NA", H5T_STD_REF_DSETREG, space_NA, H5P_DEFAULT,
|
||||
dset_NA = H5Dcreate2(fid1, "DS_NA", H5T_STD_REF_DSETREG, space_NA, H5P_DEFAULT,
|
||||
H5P_DEFAULT, H5P_DEFAULT);
|
||||
CHECK(dset_NA, FAIL, "H5Dcreate");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user