NCEPLIBS-bufr  12.0.0
igetntbl.f File Reference

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...
 

Detailed Description

Read the next line from a master table B, table D or Code/Flag table file.

Author
J. Ator
Date
2007-01-19

Definition in file igetntbl.f.

Function/Subroutine Documentation

◆ igetntbl()

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.

Parameters
[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
Returns
igetntbl – integer: return code
  • 0 = normal return
  • -1 = end-of-file encountered while reading from LUNT
  • -2 = I/O error encountered while reading from LUNT
Author
J. Ator
Date
2007-01-19

Definition at line 23 of file igetntbl.f.

Referenced by getntbe(), gettbh(), sntbde(), and sntbfe().