From 768b800533cdb1c2d35becff44c011a83cd0be96 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 27 Jun 2018 13:02:16 -0400 Subject: [PATCH] F90 removed interfaces: add missing "end interface" Thanks to @fsciortino for reporting. Signed-off-by: Jeff Squyres --- ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h b/ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h index 8451c9b965..48ede9d15e 100644 --- a/ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h +++ b/ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h @@ -10,7 +10,7 @@ ! University of Stuttgart. All rights reserved. ! Copyright (c) 2004-2005 The Regents of the University of California. ! All rights reserved. -! Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved. +! Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved. ! Copyright (c) 2016 Research Organization for Information Science ! and Technology (RIST). All rights reserved. ! Copyright (c) 2018 Los Alamos National Security, LLC. All rights @@ -181,3 +181,5 @@ subroutine MPI_Type_ub(datatype, ub, ierror) integer, intent(out) :: ub integer, intent(out) :: ierror end subroutine MPI_Type_ub + +end interface