|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_iupvs01_c (lunit, s01mnem, s01mnem_str_len, iret) |
| Catch any bort error inside of function iupvs01(). More... | |
Definition at line 859 of file bufrlib.F90.
| bufrlib::catch_bort_iupvs01_c::catch_bort_iupvs01_c | ( | integer(c_int), intent(in), value | lunit, |
| character(kind=c_char), dimension(*), intent(inout) | s01mnem, | ||
| integer(c_int), intent(in), value | s01mnem_str_len, | ||
| integer(c_int), intent(out) | iret | ||
| ) |
Catch any bort error inside of function iupvs01().
Wraps catch_bort_iupvs01() function.
| lunit | - Fortran logical unit number for BUFR file |
| s01mnem | - Mnemonic for value to be read from Section 0 or Section 1 of BUFR message |
| s01mnem_str_len | - Length of s01mnem string |
| iret | - Value corresponding to s01mnem |
Definition at line 859 of file bufrlib.F90.