1 subroutine r8vecspline(ict,ivec,xvec,ivd,fval,nx,xpkg,fspl,
11 INTEGER,
PARAMETER :: R8=selected_real_kind(12,100)
58 write(6,*) .lt.
' ?vecspline: nx2: nx = ',nx
63 write(6,*) .le.
' ?vecspline: vector dimension 0: ivec = ',
70 >
' ?vecspline: output vector dimension less than input ',
72 write(6,*)
' ivec=',ivec,
' ivd=',ivd
81 call r8xlookup(ivec,xvec,nx,xpkg,2,iv,dxn,h,hi,iwarn)
85 call r8fvspline(ict,ivec,ivd,fval,iv,dxn,h,hi,fspl,nx)