diff options
-rw-r--r-- | tools/h5copy/h5copygentest.c | 2 | ||||
-rw-r--r-- | tools/h5copy/testfiles/h5copytst.h5 | bin | 15896 -> 15896 bytes | |||
-rw-r--r-- | tools/h5copy/testfiles/h5copytst_new.h5 | bin | 31856 -> 31856 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5copy/h5copygentest.c b/tools/h5copy/h5copygentest.c index b1ecc17..7669702 100644 --- a/tools/h5copy/h5copygentest.c +++ b/tools/h5copy/h5copygentest.c @@ -368,7 +368,7 @@ static void gent_att_compound_vlstr(hid_t loc_id) /* Create a dataset */ null_sid = H5Screate(H5S_NULL); - did = H5Dcreate(loc_id, DATASET_ATTR, H5T_NATIVE_INT, null_sid, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT); + did = H5Dcreate2(loc_id, DATASET_ATTR, H5T_NATIVE_INT, null_sid, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT); /* Attach an attribute with the compound datatype to the dataset */ sid = H5Screate_simple(1, dim, dim); diff --git a/tools/h5copy/testfiles/h5copytst.h5 b/tools/h5copy/testfiles/h5copytst.h5 Binary files differindex dc45643..82d6457 100644 --- a/tools/h5copy/testfiles/h5copytst.h5 +++ b/tools/h5copy/testfiles/h5copytst.h5 diff --git a/tools/h5copy/testfiles/h5copytst_new.h5 b/tools/h5copy/testfiles/h5copytst_new.h5 Binary files differindex 3ff0a74..fd820ca 100644 --- a/tools/h5copy/testfiles/h5copytst_new.h5 +++ b/tools/h5copy/testfiles/h5copytst_new.h5 |