From 0bfc9fe5bf0606ad7365335fcd161e618ac201fc Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 5 Jul 2018 16:34:22 +0100 Subject: [PATCH] Documentation (See SUP-2504) --- fortran/eccodes_f90_tail.f90 | 2 +- fortran/grib_f90_tail.f90 | 2 +- html/classeccodes.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fortran/eccodes_f90_tail.f90 b/fortran/eccodes_f90_tail.f90 index 1cea0a5f8..fcdbba705 100644 --- a/fortran/eccodes_f90_tail.f90 +++ b/fortran/eccodes_f90_tail.f90 @@ -375,7 +375,7 @@ end subroutine codes_index_release !> !> @param ifile id of the opened file to be used in all the file functions. !> @param filename name of the file to be open - !> @param mode open mode can be 'r' (read) or 'w' (write) + !> @param mode open mode can be 'r' (read), 'w' (write) or 'a' (append) !> @param status CODES_SUCCESS if OK, integer value on error subroutine codes_open_file ( ifile, filename, mode, status ) integer(kind=kindOfInt),intent(out) :: ifile diff --git a/fortran/grib_f90_tail.f90 b/fortran/grib_f90_tail.f90 index 05305e71a..6e73253e1 100644 --- a/fortran/grib_f90_tail.f90 +++ b/fortran/grib_f90_tail.f90 @@ -492,7 +492,7 @@ !> !> @param ifile id of the opened file to be used in all the file functions. !> @param filename name of the file to be open - !> @param mode open mode can be 'r' (read only) or 'w' (write only) + !> @param mode open mode can be 'r' (read only), 'w' (write only) or 'a' (append) !> @param status GRIB_SUCCESS if OK, integer value on error subroutine grib_open_file ( ifile, filename, mode, status ) integer(kind=kindOfInt),intent(out) :: ifile diff --git a/html/classeccodes.html b/html/classeccodes.html index 58ca9c2db..67d6fa1ee 100644 --- a/html/classeccodes.html +++ b/html/classeccodes.html @@ -4056,7 +4056,7 @@ Public Member Functions - +
ifileid of the opened file to be used in all the file functions.
filenamename of the file to be open
modeopen mode can be 'r' (read only) or 'w' (write only)
modeopen mode can be 'r' (read only), 'w' (write only) or 'a' (append)
statusCODES_SUCCESS if OK, integer value on error