diff --git a/src/flib/piolib_mod.F90 b/src/flib/piolib_mod.F90 index 96720f704d0..6f07e770bab 100644 --- a/src/flib/piolib_mod.F90 +++ b/src/flib/piolib_mod.F90 @@ -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