Don't reset newdat=0 in libq65/filbig.f90 !!

This commit is contained in:
Joe Taylor 2023-01-16 12:36:33 -05:00
parent be95a0c699
commit 4dd8dd456f

View File

@ -84,7 +84,7 @@ subroutine filbig(dd,nmax,f0,newdat,nfsample,c4a,n4)
call timer('FFTbig ',0)
call sfftw_execute(plan1)
call timer('FFTbig ',1)
newdat=0
!### newdat=0
endif
! NB: f0 is the frequency at which we want our filter centered.