6 subroutine sfuadd(ik0,w,chkpa,sfu)
11 integer,
intent(in) :: ik0
12 real(8),
intent(in) :: w(nwplot),chkpa(nstulr)
13 real(8),
intent(inout) :: sfu(nwplot)
18 real(8),
external :: sdelta_lr
25 sfu(iw)=sfu(iw)+t1*sdelta_lr(x)
real(8), dimension(:,:), allocatable evalu
subroutine sfuadd(ik0, w, chkpa, sfu)