6subroutine zftft(w,wt,ld,ft,fw)
12real(8),
intent(in) :: w(nwplot),wt(ntimes)
13integer,
intent(in) :: ld
14real(8),
intent(in) :: ft(ld,ntimes)
15complex(8),
intent(out) :: fw(nwplot)
20real(8) f1(ntimes),f2(ntimes)
33 t1=dot_product(wt(:),f1(:))
34 t2=dot_product(wt(:),f2(:))
subroutine holdthd(nloop, nthd)
real(8), dimension(:), allocatable times
subroutine zftft(w, wt, ld, ft, fw)