mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 03:28:59 -04:00
Fix input format for wsjtx_dir.txt.
This commit is contained in:
parent
55f1e9da2b
commit
0599be02cc
@ -27,7 +27,7 @@ subroutine q65b(nutc,nqd,fcenter,nfcal,nfsample,ikhz,mousedf,ntol,xpol, &
|
||||
|
||||
if(first) then
|
||||
open(9,file='wsjtx_dir.txt',status='old')
|
||||
read(9,*) wsjtx_dir
|
||||
read(9,'(a)') wsjtx_dir
|
||||
close(9)
|
||||
first=.false.
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user