mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Fix a flaw in the loop-over NB logic. There are more flaws!
This commit is contained in:
parent
327808a0bb
commit
2af01ebaa1
@ -244,7 +244,7 @@ contains
|
|||||||
decodes=' '
|
decodes=' '
|
||||||
|
|
||||||
do inb=inb0,inb1,inb2
|
do inb=inb0,inb1,inb2
|
||||||
npct=inb
|
if(nb.lt.0) npct=inb
|
||||||
call blanker(iwave,nfft1,ndropmax,npct,c_bigfft)
|
call blanker(iwave,nfft1,ndropmax,npct,c_bigfft)
|
||||||
|
|
||||||
! The big fft is done once and is used for calculating the smoothed spectrum
|
! The big fft is done once and is used for calculating the smoothed spectrum
|
||||||
|
Loading…
Reference in New Issue
Block a user