Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Song committed Nov 3, 2023
1 parent 63990c6 commit 5153d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C/H5G/h5ex_g_traverse.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ main(void)
*/
file = H5Fopen(FILE, H5F_ACC_RDONLY, H5P_DEFAULT);
#if H5_VERSION_GE(1, 12, 0) && !defined(H5_USE_110_API) && !defined(H5_USE_18_API) && !defined(H5_USE_16_API)
status = H5Oget_info2(file, &infobuf, H5O_INFO_ALL);
status = H5Oget_info3(file, &infobuf, H5O_INFO_ALL);
#else
status = H5Oget_info(file, &infobuf);
#endif
Expand Down

0 comments on commit 5153d15

Please sign in to comment.