mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-05 00:02:25 -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 timer('FFTbig ',0)
|
||||||
call sfftw_execute(plan1)
|
call sfftw_execute(plan1)
|
||||||
call timer('FFTbig ',1)
|
call timer('FFTbig ',1)
|
||||||
newdat=0
|
!### newdat=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
! NB: f0 is the frequency at which we want our filter centered.
|
! NB: f0 is the frequency at which we want our filter centered.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user