Skip to content

Commit

Permalink
corrected Fortran docs for hyperslab selection
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Oct 16, 2024
1 parent 97420ea commit 27d52ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fortran/src/H5Sff.F90
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,10 @@ END SUBROUTINE h5sset_extent_none_f
!! \param operator Flag, valid values are:
!! \li H5S_SELECT_SET_F
!! \li H5S_SELECT_OR_F
!! \li H5S_SELECT_AND_F
!! \li H5S_SELECT_XOR_F
!! \li H5S_SELECT_NOTB_F
!! \li H5S_SELECT_NOTA_F
!! \param start Array with hyperslab offsets, \Bold{0-based indices}.
!! \param count Number of blocks included in the hyperslab.
!! \param hdferr \fortran_error
Expand Down Expand Up @@ -1000,8 +1004,6 @@ END SUBROUTINE h5sselect_hyperslab_f
! H5S_SELECT_XOR_F
! H5S_SELECT_NOTB_F
! H5S_SELECT_NOTA_F
! H5S_SELECT_APPEND_F
! H5S_SELECT_PREPEND_F
! start - array with hyperslab offsets
! count - number of blocks included in the
! hyperslab
Expand Down

0 comments on commit 27d52ae

Please sign in to comment.