Skip to content

Commit

Permalink
Add missing implicit-none to prif_error_stop interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ktras committed May 2, 2024
1 parent a39097d commit 55c9f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prif.f90
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ module subroutine prif_stop(quiet, stop_code_int, stop_code_char)
end subroutine

module pure subroutine prif_error_stop(quiet, stop_code_int, stop_code_char)
implicit none
logical(c_bool), intent(in) :: quiet
integer(c_int), intent(in), optional :: stop_code_int
character(len=*), intent(in), optional :: stop_code_char
Expand Down

0 comments on commit 55c9f55

Please sign in to comment.