1
1

Fix MPI_CART_GET to take an array of logicals for the periods argument

(not integers)

This commit was SVN r19099.
Этот коммит содержится в:
Jeff Squyres 2008-07-30 20:29:23 +00:00
родитель a62b2a0150
Коммит 5ac6a4387c

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

@ -1120,7 +1120,7 @@ subroutine ${procedure}(comm, maxdims, dims, periods, coords&
integer, intent(in) :: comm
integer, intent(in) :: maxdims
integer, dimension(*), intent(out) :: dims
integer, dimension(*), intent(out) :: periods
logical, dimension(*), intent(out) :: periods
integer, dimension(*), intent(out) :: coords
integer, intent(out) :: ierr
end subroutine ${procedure}