mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r30310] Fix daily test failure for previous checkin #30308.
Tested on platypus and mayll.
This commit is contained in:
parent
c78f1ec882
commit
ae18cf66d8
@ -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);
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user