Skip to content

Commit

Permalink
Added H5Fdelete_f with test
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Dec 30, 2023
1 parent bce9db4 commit 58da38a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fortran/test/tH5F.F90
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,11 @@ SUBROUTINE mountingtest(cleanup, total_error)
total_error = total_error + 1
ENDIF

IF(cleanup) CALL h5_cleanup_f(filename1, H5P_DEFAULT_F, error)
CALL check("h5_cleanup_f", error, total_error)
IF(cleanup) CALL h5_cleanup_f(filename2, H5P_DEFAULT_F, error)
CALL check("h5_cleanup_f", error, total_error)

RETURN
END SUBROUTINE mountingtest

Expand Down

0 comments on commit 58da38a

Please sign in to comment.