mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 04:58:46 -04:00
Allow use of Fortran files 71, 72, 73 for debugging.
This commit is contained in:
parent
5f94a115f7
commit
8b165d81b8
@ -17,7 +17,9 @@ subroutine ftninit
|
||||
addpfx=' '
|
||||
open(17,file=appd//'/red.dat',status='unknown')
|
||||
open(19,file=appd//'/livecq.txt',status='unknown')
|
||||
open(71,file=appd//'/debug.tmp',status='unknown')
|
||||
open(71,file=appd//'/fort.71',status='unknown')
|
||||
open(72,file=appd//'/fort.72',status='unknown')
|
||||
open(73,file=appd//'/fort.73',status='unknown')
|
||||
|
||||
! Import FFTW wisdom, if available:
|
||||
iret=fftwf_init_threads() !Initialize FFTW threading
|
||||
|
Loading…
Reference in New Issue
Block a user