NCEPLIBS-bufr
11.5.0
|
Read the first line of the next entry from an ASCII master table B, table D or Code/Flag file. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | getntbe (LUNT, IFXYN, LINE, IRET) |
This subroutine gets the first line of the next entry in the specified ASCII master table B, table D or table F (Code/Flag) file. More... | |
Read the first line of the next entry from an ASCII master table B, table D or Code/Flag file.
Definition in file getntbe.f.
subroutine getntbe | ( | LUNT, | |
IFXYN, | |||
character*(*) | LINE, | ||
IRET | |||
) |
This subroutine gets the first line of the next entry in the specified ASCII master table B, table D or table F (Code/Flag) file.
This line contains, among other things, the FXY number corresponding to this entry.
[in] | LUNT | integer: Fortran logical unit number of ASCII file containing master table B, table D or table F (Code/Flag) information |
[out] | IFXYN | integer: bit-wise representation of FXY number for next table entry |
[out] | LINE | character*(*): first line of next table entry |
[out] | IRET | integer: return code:
|
Program history log:
Definition at line 26 of file getntbe.f.
References bort2(), ifxy(), igetfxy(), igetntbl(), and parstr().