|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_getabdb_c (lunit, itab, ctabdb, jtab) |
| Catch any bort error inside of subroutine getabdb(). More... | |
Definition at line 1616 of file bufrlib.F90.
| bufrlib::catch_bort_getabdb_c::catch_bort_getabdb_c | ( | integer(c_int), intent(in), value | lunit, |
| integer(c_int), intent(in), value | itab, | ||
| character(kind=c_char), dimension(128,*), intent(out) | ctabdb, | ||
| integer(c_int), intent(out) | jtab | ||
| ) |
Catch any bort error inside of subroutine getabdb().
Wraps catch_bort_getabdb() function.
| lunit | - Fortran logical unit number for BUFR file |
| itab | - Allocated length of ctabdb |
| ctabdb | - Internal Table B and Table D information |
| jtab | - Number of entries returned in ctabdb |
Definition at line 1616 of file bufrlib.F90.