mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Remove a diagnostic write.
This commit is contained in:
parent
14c4164651
commit
2f5c368aad
@ -21,7 +21,6 @@ subroutine spec64(c0,nsps,mode_q65,jpk,s3,LL,NN)
|
||||
j=j+1
|
||||
ja=(k-1)*nsps + jpk
|
||||
jb=ja+nsps-1
|
||||
write(71,*) k,ja,jb ; flush(71)
|
||||
cs(0:nfft-1)=c0(ja:jb)
|
||||
call four2a(cs,nsps,1,-1,1) !c2c FFT to frequency
|
||||
do ii=1,LL
|
||||
|
Loading…
Reference in New Issue
Block a user