INTERFACE:
integer function zio_uf_read_int(filedesc,distarray,arr,rec, &
& istart,icount,n)
DESCRIPTION:Unformatted read
REVISION HISTORY:
2003-Jan-31 -- first prototypeUSES:
implicit noneINPUT PARAMETERS:
integer, intent(in):: filedesc, distarray
integer, optional, intent(in) :: rec ! global beg record number
! (1-based)
integer, optional, intent(in) :: istart(:), icount(:)
! in local index order
integer, optional, intent(in) :: n ! # of elements in case of
! replicated arrayOUTPUT PARAMETERS:
integer(zio_i4), intent(out) :: arr(*)
\