NADCON5-ng  0.0.1
NADCON5 Next Generation
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 1780 of file checkgrid.f.

Referenced by checkgrid().

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

+ Here is the caller graph for this function: