1 subroutine bcspvec(ict,ivec,xvec,yvec,ivd,fval,
2 > nx,xpkg,ny,ypkg,fspl,inf3,
44 real fspl(4,4,inf3,ny)
66 write(6,*) .lt.
' ?bcspvec: nx2: nx = ',nx
71 write(6,*) .lt.
' ?bcspvec: ny2: ny = ',ny
76 write(6,*) .le.
' ?bcspvec: vector dimension 0: ivec = ',
83 >
' ?bcspvec: output vector dimension less than input ',
85 write(6,*)
' ivec=',ivec,
' ivd=',ivd
95 call xlookup(ivec,xvec,nx,xpkg,1,ix,dxv,dxv,dxv,iwarn1)
96 call xlookup(ivec,yvec,ny,ypkg,1,iy,dyv,dyv,dyv,iwarn2)
97 iwarn=max(iwarn1,iwarn2)
101 call bcspevfn(ict,ivec,ivd,fval,ix,iy,dxv,dyv,fspl,inf3,ny)