14 subroutine gconvl( spectr,wline,dfld,nfld,nft )
23 double precision spectr(nfld),wline,dfld
26 double precision df,f,g,gib,gnorm
28 double precision EIGHT,EPS,ONE,TWO,THIRD,ZERO
29 parameter( eight=8.0d0,one=1.0d0,two=2.0d0,zero=0.0d0,
30 # eps=1.0d-6,third=0.33333333333333d0 )
34 if (wline.lt.eps)
return
65 g=gnorm*dexp( -(f*wline)**2/eight )
double precision, dimension(mxpt), save tmpdat
subroutine realft(data, n, isign)
double precision, parameter pi
subroutine gconvl(spectr, wline, dfld, nfld, nft)