9 subroutine rfinterp(ni,xi,wci,fi,no,xo,fo)
30 integer,
intent(in) :: ni
31 real(8),
intent(in) :: xi(ni),wci(12,ni),fi(ni)
32 integer,
intent(in) :: no
33 real(8),
intent(in) :: xo(no)
34 real(8),
intent(out) :: fo(no)
67 fo(l)=fi(i)+dx*(cf(1,i)+dx*(cf(2,i)+dx*cf(3,i)))
pure subroutine splinew(n, wc, f, cf)
subroutine rfinterp(ni, xi, wci, fi, no, xo, fo)