NADCON5-ng  0.0.2
NADCON5 Next Generation Documentation
checkgrid.f File Reference

Go to the source code of this file.

Functions/Subroutines

program checkgrid
 Part of the NADCON5 build process, generates gmtbat04 More...
 
subroutine nlines (ifile, num, ilogic)
 

Function/Subroutine Documentation

subroutine nlines ( integer*4  ifile,
integer*4  num,
logical*1  ilogic 
)

Definition at line 1784 of file checkgrid.f.

Referenced by checkgrid().

1784  integer*4 ifile,num
1785  logical*1 ilogic
1786  character*1 dummy
1787 
1788  ilogic = .false.
1789  num = 0
1790  1 read(ifile,'(a)',end=2)dummy
1791  num = num + 1
1792  goto 1
1793  2 if(num.eq.0)ilogic = .true.
1794  rewind(ifile)
1795  return

+ Here is the caller graph for this function: