|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_lcmgdf_c (lunit, subset, subset_str_len, iret) |
| Catch any bort error inside of function lcmgdf(). More... | |
Definition at line 1550 of file bufrlib.F90.
| bufrlib::catch_bort_lcmgdf_c::catch_bort_lcmgdf_c | ( | integer(c_int), intent(in), value | lunit, |
| character(kind=c_char), dimension(*), intent(inout) | subset, | ||
| integer(c_int), intent(in), value | subset_str_len, | ||
| integer(c_int), intent(out) | iret | ||
| ) |
Catch any bort error inside of function lcmgdf().
Wraps catch_bort_lcmgdf() function.
| lunit | - Fortran logical unit number for BUFR file |
| subset | - Table A mnemonic for type of BUFR message to be checked |
| subset_str_len | - Length of subset string |
| iret | - Return code |
Definition at line 1550 of file bufrlib.F90.