1 subroutine r8vecherm2(ict,ivec,xvec,yvec,ivd,fval,
2 > nx,xpkg,ny,ypkg,fspl,inf2,
14 INTEGER,
PARAMETER :: R8=selected_real_kind(12,100)
48 real*8 fspl(0:3,inf2,ny)
75 write(6,*) .lt.
' ?vecherm2: nx2: nx = ',nx
80 write(6,*) .lt.
' ?vecherm2: ny2: ny = ',ny
85 write(6,*) .le.
' ?vecherm2: vector dimension 0: ivec = ',
92 >
' ?vecherm2: output vector dimension less than input ',
94 write(6,*)
' ivec=',ivec,
' ivd=',ivd
104 call r8xlookup(ivec,xvec,nx,xpkg,2,ix,dxn,hx,hxi,iwarn1)
105 call r8xlookup(ivec,yvec,ny,ypkg,2,iy,dyn,hy,hyi,iwarn2)
110 call r8herm2fcn(ict,ivec,ivd,fval,ix,iy,dxn,dyn,
111 > hx,hxi,hy,hyi,fspl,inf2,ny)