|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_ufbtam_c (tab, i1, i2, iret, cstr, cstr_len) |
| Catch any bort error inside of subroutine ufbtam(). More... | |
Definition at line 1365 of file bufrlib.F90.
| bufrlib::catch_bort_ufbtam_c::catch_bort_ufbtam_c | ( | real(c_double), dimension(i1,*), intent(out) | tab, |
| integer(c_int), intent(in), value | i1, | ||
| integer(c_int), intent(in), value | i2, | ||
| integer(c_int), intent(out) | iret, | ||
| character(kind=c_char), dimension(*), intent(inout) | cstr, | ||
| integer(c_int), intent(in), value | cstr_len | ||
| ) |
Catch any bort error inside of subroutine ufbtam().
Wraps catch_bort_ufbtam() function.
| tab | - Data values |
| i1 | - First dimension of tab |
| i2 | - Second dimension of tab |
| iret | - Number of data subsets returned |
| cstr | - String of mnemonics to read from each data subset |
| cstr_len | - Length of cstr |
Definition at line 1365 of file bufrlib.F90.