Skip to content

Commit

Permalink
add suggested fix from kenny
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jun 24, 2021
1 parent 0a22331 commit 2af75f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/relay/conduit_relay_io_hdf5.cpp
Expand Up @@ -2475,7 +2475,7 @@ read_hdf5_group_into_conduit_node(hid_t hdf5_group_id,
#if H5_VERSION_GE(1, 12, 0)
herr_t h5_status = H5Oget_info(hdf5_group_id,
&h5_info_buf,
H5P_DEFAULT);
H5O_INFO_ALL);
#else
herr_t h5_status = H5Oget_info(hdf5_group_id,
&h5_info_buf);
Expand Down

0 comments on commit 2af75f4

Please sign in to comment.