mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Don't reset newdat=0 in libq65/filbig.f90 !!
This commit is contained in:
parent
be95a0c699
commit
4dd8dd456f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user