Skip to content

Commit

Permalink
used \details_namelen alias
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Apr 30, 2024
1 parent 6545fbf commit 5ddfdbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion fortran/src/H5Rff.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
!> @defgroup FH5R Fortran References (H5R) Interface
!!
!! @see H5R, C-API
!!
Expand Down
2 changes: 1 addition & 1 deletion fortran/src/H5f90global.F90
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MODULE H5GLOBAL
! values in the H5f90.h file.
INTEGER, PARAMETER :: REF_REG_BUF_LEN = 3
INTEGER, PARAMETER :: H5O_TOKEN_BUF_LEN = 16 ! Matches C defined value in H5public.h
INTEGER, PARAMETER :: H5R_REF_BUF_SIZE_F = 64
INTEGER, PARAMETER :: H5R_REF_BUF_SIZE_F = 64 ! Matches C defined value in H5public.h

!> \addtogroup FH5R
!> @{
Expand Down

0 comments on commit 5ddfdbd

Please sign in to comment.