Skip to content

Commit

Permalink
uppercase change
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 18, 2024
1 parent fff66b1 commit 4123b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/test/tH5Sselect.F90
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ SUBROUTINE test_select_iter(cleanup, total_error)
ENDDO
ELSE IF (sel_type .eq. H5S_SEL_HYPERSLABS_F)THEN ! Hyperslab selection
CALL VERIFY("H5Ssel_iter_get_seq_list_f", nseq, 4_SIZE_T, total_error)
CALL verify("H5Ssel_iter_get_seq_list_f", nbytes, 16_SIZE_T, total_error)
CALL VERIFY("H5Ssel_iter_get_seq_list_f", nbytes, 16_SIZE_T, total_error)
CALL VERIFY("H5Ssel_iter_get_seq_list_f", off(NUMP+1), INT(-99,HSIZE_T), total_error)
CALL VERIFY("H5Ssel_iter_get_seq_list_f", ilen(NUMP+1), INT(-99,HSIZE_T), total_error)
DO i = 1, NUMP
Expand Down

0 comments on commit 4123b46

Please sign in to comment.