Skip to content

Commit

Permalink
H5Eprint re-work
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Feb 23, 2024
1 parent 0ed3b61 commit 8672d31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fortran/test/tH5E_F03.F90
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,8 @@ SUBROUTINE test_error_stack(total_error)

CALL h5eprint_f(H5E_DEFAULT_F, error)
CALL check("h5eprint_f", error, total_error)
CALL h5eprint_f(error)
CALL check("h5eprint_f", error, total_error)

INQUIRE(file="H5Etest.txt", EXIST=status)
IF(status)THEN
Expand Down

0 comments on commit 8672d31

Please sign in to comment.