Go to the documentation of this file. 1 subroutine find_segs(ill,ilp,ilf,i1,imax,jll,jlp,iln,nln)
30 integer*4 ill(*),ilp(2,*),ilf(*),jll,jlp(2),iln(10)
36 if ((ill(i)-jll).gt.1)
then
38 else if ((ilp(1,i).le.(jlp(2)+1)).and.
39 * (ilp(2,i).ge.(jlp(1)-1)).and.
40 * (
abs((ill(i)-jll)).eq.1))
then
subroutine find_segs(ill, ilp, ilf, i1, imax, jll, jlp, iln, nln)