mirror of https://github.com/ecmwf/eccodes.git
Documentation (See SUP-2504)
This commit is contained in:
parent
dd3299c608
commit
0bfc9fe5bf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4056,7 +4056,7 @@ Public Member Functions</h2></td></tr>
|
|||
<table class="params">
|
||||
<tr><td class="paramname">ifile</td><td>id of the opened file to be used in all the file functions. </td></tr>
|
||||
<tr><td class="paramname">filename</td><td>name of the file to be open </td></tr>
|
||||
<tr><td class="paramname">mode</td><td>open mode can be 'r' (read only) or 'w' (write only) </td></tr>
|
||||
<tr><td class="paramname">mode</td><td>open mode can be 'r' (read only), 'w' (write only) or 'a' (append) </td></tr>
|
||||
<tr><td class="paramname">status</td><td>CODES_SUCCESS if OK, integer value on error </td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
|
|
Loading…
Reference in New Issue