Skip to content

Commit

Permalink
H5Dcreate --> H5Dcreate2
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored Mar 15, 2024
1 parent e5cfee8 commit eade418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -15795,7 +15795,7 @@ test_downsize_vlen_scalar_dataset(hid_t file)
TEST_ERROR;

/* Create the scalar dataset of this data type */
if ((scalar_did = H5Dcreate(file, VLEN_DS_NAME, vlen_compound_file_tid, scalar_sid, H5P_DEFAULT,
if ((scalar_did = H5Dcreate2(file, VLEN_DS_NAME, vlen_compound_file_tid, scalar_sid, H5P_DEFAULT,
H5P_DEFAULT, H5P_DEFAULT)) < 0)
TEST_ERROR;

Expand Down

0 comments on commit eade418

Please sign in to comment.