Skip to content

Commit 768b800

Browse files
committed
F90 removed interfaces: add missing "end interface"
Thanks to @fsciortino for reporting. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 4c23068 commit 768b800

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
! University of Stuttgart. All rights reserved.
1111
! Copyright (c) 2004-2005 The Regents of the University of California.
1212
! All rights reserved.
13-
! Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved.
13+
! Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved.
1414
! Copyright (c) 2016 Research Organization for Information Science
1515
! and Technology (RIST). All rights reserved.
1616
! Copyright (c) 2018 Los Alamos National Security, LLC. All rights
@@ -181,3 +181,5 @@ subroutine MPI_Type_ub(datatype, ub, ierror)
181181
integer, intent(out) :: ub
182182
integer, intent(out) :: ierror
183183
end subroutine MPI_Type_ub
184+
185+
end interface

0 commit comments

Comments
 (0)