Skip to content

Commit

Permalink
Fix inconsistent configure-time check
Browse files Browse the repository at this point in the history
bot:notacherrypick

Signed-off-by: Sergey Kosukhin <sergey.kosukhin@mpimet.mpg.de>
  • Loading branch information
skosukhin committed Aug 15, 2023
1 parent 9d26b7d commit 0f8e73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ompi_fortran_check_ignore_tkr.m4
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ AC_DEFUN([OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB], [
end subroutine force_assumed_shape
end interface

interface
interface foo
subroutine foo(buffer, count)
$1 buffer
$2, intent(in) :: buffer
Expand Down

0 comments on commit 0f8e73b

Please sign in to comment.