28 SUBROUTINE vinterdp(TF,IAD,IPOS ,ILEN,NEL0,X,DYDX,Y)
32#include "implicit_f.inc"
34 INTEGER ILEN(*),IPOS(*),IAD(*),NEL0
37DOUBLE PRECISION :: X(*),DYDX(*),Y(*)
38 DOUBLE PRECISION YDP, TF2J2,TF2J1,TF1J2,TF1J1,
49 IF(j<=ilen(i)-1.AND.x(i)>tf(1,j1))
THEN
67 dydxdp = (tf2j2-tf2j1)/(tf1j2-tf1j1)
70 yydp = tf2j1 + dydxdp * (xdp - tf1j1)
subroutine vinterdp(tf, iad, ipos, ilen, nel0, x, dydx, y)