30 SUBROUTINE w3fi82 (IFLD,FVAL1,FDIFF1,NPTS,PDS,IGDS)
34 INTEGER IFLD(*),NPTS,NBOUST(300),IGDS(*)
56 npos = i * ncol - j + 1
57 nboust(j) = ifld(npos)
60 npos = ncol * (i-1) + j
61 ifld(npos) = nboust(j)
68 DO 4000 i = npts, 2, -1
69 ifld(i) = ifld(i) - ifld(i-1)
71 DO 5000 i = npts, 3, -1
72 ifld(i) = ifld(i) - ifld(i-1)
subroutine gbytec(in, iout, iskip, nbyte)
Wrapper for gbytesc() limiting NSKIP and N to 0 and 1.
subroutine w3fi82(ifld, fval1, fdiff1, npts, pds, igds)
Accept an input array, convert to array of second differences.