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