NCEPLIBS-bufr
11.6.0
|
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 |
Program history log:
Date | Programmer | Comments |
---|---|---|
2007-01-19 | J. Ator | Original author |
Definition at line 28 of file igetntbl.f.