Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 27, 2019
1 parent 81b60cc commit 3765d09
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/flib/piolib_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1208,13 +1208,13 @@ end function PIOc_finalize
end subroutine finalize


!>
!! @public
!! @ingroup PIO_getnumiotasks
!! @brief This returns the number of IO-tasks that PIO is using
!! @param iosystem : a defined pio system descriptor, see PIO_types
!! @param numiotasks : the number of IO-tasks
!<
!>
!! @public
!! @ingroup PIO_getnumiotasks
!! @brief This returns the number of IO-tasks that PIO is using
!! @param iosystem : a defined pio system descriptor, see PIO_types
!! @param numiotasks : the number of IO-tasks
!<
subroutine getnumiotasks(iosystem,numiotasks)
type (iosystem_desc_t), intent(in) :: iosystem
integer(i4), intent(out) :: numiotasks
Expand Down

0 comments on commit 3765d09

Please sign in to comment.