mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-29 20:22:28 -04:00
FT4 decodes using jt9 from command line now use ndepth=3.
This commit is contained in:
parent
2044b736da
commit
10aaec90e3
@ -157,7 +157,7 @@ program jt9
|
||||
end do
|
||||
go to 999
|
||||
endif
|
||||
|
||||
|
||||
iret=fftwf_init_threads() !Initialize FFTW threading
|
||||
|
||||
! Default to 1 thread, but use nthreads for the big ones
|
||||
@ -179,6 +179,7 @@ program jt9
|
||||
go to 999
|
||||
endif
|
||||
|
||||
if(mode.eq.5) ndepth=3
|
||||
allocate(shared_data)
|
||||
nflatten=0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user