9 integer,
intent(in) :: n
10 real(8),
intent(in) :: x(n)
11 real(8),
intent(out) :: wc(4,3,n)
17 write(*,
'("Error(wspline): n < 4 : ",I8)') n
64 wc(1,1:3,n-2)=cf(1:3,2)
65 wc(1,1:3,n-1)=cf(1:3,3)
70 wc(2,1:3,n-2)=cf(1:3,2)
71 wc(2,1:3,n-1)=cf(1:3,3)
76 wc(3,1:3,n-2)=cf(1:3,2)
77 wc(3,1:3,n-1)=cf(1:3,3)
82 wc(4,1:3,n-2)=cf(1:3,2)
83 wc(4,1:3,n-1)=cf(1:3,3)
subroutine spline(n, x, f, cf)
subroutine wspline(n, x, wc)