diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-03-11 15:00:28 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-03-11 15:00:28 (GMT) |
commit | 690b40f17a9b66475ebc46a5df6153f86c524beb (patch) | |
tree | 59bcb8d148efb646078eb6a7b4078c17e354e837 /test | |
parent | 0c8512b7ab4f0cdb597e707fcc337eacc46d80e6 (diff) | |
download | hdf5-690b40f17a9b66475ebc46a5df6153f86c524beb.zip hdf5-690b40f17a9b66475ebc46a5df6153f86c524beb.tar.gz hdf5-690b40f17a9b66475ebc46a5df6153f86c524beb.tar.bz2 |
[svn-r26432] merged r26389 from the trunk to fix 1.6 API issue.
Diffstat (limited to 'test')
-rw-r--r-- | test/trefer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/trefer.c b/test/trefer.c index 5475e9e..6223029 100644 --- a/test/trefer.c +++ b/test/trefer.c @@ -607,7 +607,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"); |