1 subroutine vecherm2(ict,ivec,xvec,yvec,ivd,fval,
2 > nx,xpkg,ny,ypkg,fspl,inf2,
42 real fspl(0:3,inf2,ny)
69 write(6,*) .lt.
' ?vecherm2: nx2: nx = ',nx
74 write(6,*) .lt.
' ?vecherm2: ny2: ny = ',ny
79 write(6,*) .le.
' ?vecherm2: vector dimension 0: ivec = ',
86 >
' ?vecherm2: output vector dimension less than input ',
88 write(6,*)
' ivec=',ivec,
' ivd=',ivd
98 call xlookup(ivec,xvec,nx,xpkg,2,ix,dxn,hx,hxi,iwarn1)
99 call xlookup(ivec,yvec,ny,ypkg,2,iy,dyn,hy,hyi,iwarn2)
104 call herm2fcn(ict,ivec,ivd,fval,ix,iy,dxn,dyn,
105 > hx,hxi,hy,hyi,fspl,inf2,ny)