Skip to content

Commit

Permalink
Fix mismatch in arg intent for test_file_write()
Browse files Browse the repository at this point in the history
Fixing mismatch of the intent of the iotype argument in
test_file_write() call between function declaration and
definition.
  • Loading branch information
jayeshkrishna committed Jul 24, 2024
1 parent f0a5799 commit 87fd7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/general/pio_set_hint.F90.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ PIO_TF_AUTO_TEST_SUB_BEGIN test_set_hint
Implicit none
interface
integer function test_file_write(iotype, iotype_desc)
integer, intent(in) :: iotype
integer, intent(inout) :: iotype
character(len=*), intent(in) :: iotype_desc
end function
end interface
Expand Down

0 comments on commit 87fd7b0

Please sign in to comment.