PROGRAM xpolint ! driver for routine polint USE nrtype; USE nrutil USE nr IMPLICIT NONE INTEGER(I4B), PARAMETER :: NP=10 INTEGER(I4B) :: i,n,nfunc REAL(SP) :: dy,f,x,y REAL(SP), DIMENSION(NP) :: xa,ya write(*,*) 'Generation of interpolation tables' write(*,*) ' ... sin(x) 0