From 0e7efa1faaacb49788baa9c017f1317c911f9d97 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 23 Jun 2017 13:19:21 +0100 Subject: [PATCH] Documentation: Fix error in type of param --- fortran/eccodes_f90_tail.f90 | 2 +- html/classeccodes.html | 2 +- html/interfaceeccodes_1_1codes__get.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fortran/eccodes_f90_tail.f90 b/fortran/eccodes_f90_tail.f90 index 84b05189b..8ee8b4bbf 100644 --- a/fortran/eccodes_f90_tail.f90 +++ b/fortran/eccodes_f90_tail.f90 @@ -1632,7 +1632,7 @@ end subroutine codes_get_real8 !> !> @param msgid id of the message loaded in memory !> @param key key name - !> @param value the real(8) value + !> @param value the character value !> @param status CODES_SUCCESS if OK, integer value on error subroutine codes_get_string ( msgid, key, value, status ) integer(kind=kindOfInt), intent(in) :: msgid diff --git a/html/classeccodes.html b/html/classeccodes.html index d3fd08720..93938d60a 100644 --- a/html/classeccodes.html +++ b/html/classeccodes.html @@ -2007,7 +2007,7 @@ Public Member Functions - +
msgidid of the message loaded in memory
keykey name
valuethe real(8) value
valuethe character value
statusCODES_SUCCESS if OK, integer value on error
diff --git a/html/interfaceeccodes_1_1codes__get.html b/html/interfaceeccodes_1_1codes__get.html index 171f59b77..613b6dc55 100644 --- a/html/interfaceeccodes_1_1codes__get.html +++ b/html/interfaceeccodes_1_1codes__get.html @@ -604,7 +604,7 @@ Public Member Functions - +
msgidid of the message loaded in memory
keykey name
valuethe real(8) value
valuethe character value
statusCODES_SUCCESS if OK, integer value on error