This commit is contained in:
Shahram Najm 2017-03-13 14:16:56 +00:00
parent 50cefed5f4
commit a88506eab0
2 changed files with 2 additions and 2 deletions

View File

@ -2412,7 +2412,7 @@ end subroutine codes_grib_multi_write
!>
!> @param ingribid id of the input single grib
!> @param startsection starting from startsection (included) all the sections are copied from the input single grib to the output multi grib
!> @param multigribid id of the output multi filed grib
!> @param multigribid id of the output multi field grib
!> @param status CODES_SUCCESS if OK, integer value on error
subroutine codes_grib_multi_append ( ingribid, startsection, multigribid , status)
integer(kind=kindOfInt), intent(in) :: ingribid

View File

@ -2826,7 +2826,7 @@
!>
!> @param ingribid id of the input single grib
!> @param startsection starting from startsection (included) all the sections are copied from the input single grib to the output multi grib
!> @param multigribid id of the output multi filed grib
!> @param multigribid id of the output multi field grib
!> @param status GRIB_SUCCESS if OK, integer value on error
subroutine grib_multi_append ( ingribid, startsection, multigribid , status)
integer(kind=kindOfInt), intent(in) :: ingribid