6subroutine sfuadd(ik0,w,chkpa,sfu)
11integer,
intent(in) :: ik0
12real(8),
intent(in) :: w(nwplot),chkpa(nstulr)
13real(8),
intent(inout) :: sfu(nwplot)
18real(8),
external :: sdelta_lr
real(8), dimension(:,:), allocatable evalu
elemental real(8) function sdelta_lr(x)
subroutine sfuadd(ik0, w, chkpa, sfu)