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 committed Jul 19, 2023
1 parent 6624d2a commit 4119006
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 @@ -2473,8 +2476,6 @@ END FUNCTION H5Dwrite_chunk

END SUBROUTINE h5dwrite_chunk_f

#endif

END MODULE H5D


0 comments on commit 4119006

Please sign in to comment.