Skip to content

Commit

Permalink
changed the scope of #ifdef DOXYGEN to now include H5D multi-functions (
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld authored Jul 18, 2023
1 parent a04fd78 commit 7670d1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fortran/src/H5Dff.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2266,6 +2266,9 @@ SUBROUTINE h5dfill_char(fill_value, space_id, buf, hdferr)
CALL h5dfill_ptr(f_ptr_fill_value, fill_type_id, f_ptr_buf, mem_type_id, space_id, hdferr)

END SUBROUTINE h5dfill_char

#endif

!>
!! \ingroup FH5D
!!
Expand Down Expand Up @@ -2369,8 +2372,6 @@ END FUNCTION H5Dwrite_multi

END SUBROUTINE h5dwrite_multi_f

#endif

END MODULE H5D


0 comments on commit 7670d1b

Please sign in to comment.