Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fortran/test/tH5T_F03.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2876,7 +2876,7 @@ SUBROUTINE setup_buffer(data_in, line_lengths, char_type)

IMPLICIT NONE

! Creates a simple "Data_in" consisting of the letters of the alphabet,
! Create a simple "Data_in" consisting of the letters of the alphabet,
! one per line, with a control character.

CHARACTER(len=10), DIMENSION(:) :: data_in
Expand Down
Loading