23 integer i,j,k1,k2,l,nk1,nk2,nk3
32 if(nk1.lt.k1 .or. nk1.gt.m) go to 80
36 if(t(i).gt.t(i+1)) go to 80
37 if(t(j).lt.t(j-1)) go to 80
42 if(t(i).le.t(i-1)) go to 80
45 if(x(1).lt.t(k1) .or. x(m).gt.t(nk2)) go to 80
47 if(x(1).ge.t(k2) .or. x(m).le.t(nk1)) go to 80
58 if(x(i).le.tj) go to 40
59 if(x(i).ge.tl) go to 80
subroutine fpchec(x, m, t, n, k, ier)