1
1

Merge pull request #5347 from jsquyres/pr/fix-f90-removed-interfaces

F90 removed interfaces: add missing "end interface"
Этот коммит содержится в:
Jeff Squyres 2018-06-27 13:54:02 -04:00 коммит произвёл GitHub
родитель aca61a6bfb 768b800533
Коммит c1ccbece2f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -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