|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_drfini_c (lunit, mdrf, ndrf, drftag, drftag_len) |
| Catch any bort error inside of subroutine drfini(). More... | |
Definition at line 622 of file bufrlib.F90.
| bufrlib::catch_bort_drfini_c::catch_bort_drfini_c | ( | integer(c_int), intent(in), value | lunit, |
| integer(c_int), dimension(*), intent(in) | mdrf, | ||
| integer(c_int), intent(in), value | ndrf, | ||
| character(kind=c_char), dimension(*), intent(inout) | drftag, | ||
| integer(c_int), intent(in), value | drftag_len | ||
| ) |
Catch any bort error inside of subroutine drfini().
Wraps catch_bort_drfini() function.
| lunit | - Fortran logical unit number to write to |
| mdrf | - Array of delayed replication factors |
| ndrf | - Number of delayed replication factors in mdrf |
| drftag | - Table D mnemonic |
| drftag_len | - Length of drftag |
Definition at line 622 of file bufrlib.F90.