1 subroutine vecpc2(ict,ivec,xvec,yvec,ivd,fval,
2 > nx,xpkg,ny,ypkg,fspl,inf1,
71 write(6,*) .le.
' ?vecpc2: vector dimension 0: ivec = ',
78 >
' ?vecpc2: output vector dimension less than input ',
80 write(6,*)
' ivec=',ivec,
' ivd=',ivd
90 call xlookup(ivec,xvec,nx,xpkg,2,ix,dxn,hx,hxi,iwarn1)
91 call xlookup(ivec,yvec,ny,ypkg,2,iy,dyn,hy,hyi,iwarn2)
96 call pc2fcn(ict,ivec,ivd,fval,ix,iy,dxn,dyn,
97 > hx,hxi,hy,hyi,fspl,inf1,ny)