|
NCEPLIBS-bufr
12.0.1
|
Read the next line from a master table B, table D or Code/Flag table file. More...
Go to the source code of this file.
Functions/Subroutines | |
| function | igetntbl (LUNT, LINE) |
| This subroutine reads the next line from an ASCII master table B, table D or Code/Flag table file, ignoring any blank lines or comment lines in the process. More... | |
Read the next line from a master table B, table D or Code/Flag table file.
Definition in file igetntbl.f.
| function igetntbl | ( | LUNT, | |
| character*(*) | LINE | ||
| ) |
This subroutine reads the next line from an ASCII master table B, table D or Code/Flag table file, ignoring any blank lines or comment lines in the process.
| [in] | LUNT | – integer: Fortran logical unit number for ASCII file containing table information |
| [out] | LINE | – character*(*): Next non-blank, non-comment line that was read from LUNT |
Definition at line 23 of file igetntbl.f.