|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_status_c (lunit, lun, il, im) |
| Catch any bort error inside of subroutine status(). More... | |
Definition at line 385 of file bufrlib.F90.
| bufrlib::catch_bort_status_c::catch_bort_status_c | ( | integer(c_int), intent(in), value | lunit, |
| integer(c_int), intent(out) | lun, | ||
| integer(c_int), intent(out) | il, | ||
| integer(c_int), intent(out) | im | ||
| ) |
Catch any bort error inside of subroutine status().
Wraps catch_bort_status() function.
| lunit | - Fortran logical unit number for BUFR file |
| lun | - File ID associated with lunit |
| il | - File status |
| im | - Message status |
Definition at line 385 of file bufrlib.F90.