Skip to content

Commit

Permalink
moved deprecated tag
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 24, 2019
1 parent 4f9327e commit 1949bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flib/piolib_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ end subroutine initdecomp_2dof_bin_i8
!! @ingroup PIO_initdecomp
!! @brief A deprecated interface to the PIO_initdecomp method.
!! @details
!! @deprecated
!! @param iosystem : a defined pio system descriptor, see PIO_types
!! @param basepiotype : the type of variable(s) associated with this iodesc.
!! @copydoc PIO_kinds
Expand All @@ -563,6 +562,7 @@ end subroutine initdecomp_2dof_bin_i8
!! @param compdof : mapping of the storage order of the variable to its memory order
!! @param iodofr :
!! @param iodesc @copydoc iodesc_generate
!! @deprecated
!<
subroutine initdecomp_1dof_bin_i8(iosystem,basepiotype,dims,lenblocks,compdof,iodofr,iodesc)
type (iosystem_desc_t), intent(in) :: iosystem
Expand Down

0 comments on commit 1949bb9

Please sign in to comment.