mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-17 17:42:02 -05: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
|
if(first) then
|
||||||
open(9,file='wsjtx_dir.txt',status='old')
|
open(9,file='wsjtx_dir.txt',status='old')
|
||||||
read(9,*) wsjtx_dir
|
read(9,'(a)') wsjtx_dir
|
||||||
close(9)
|
close(9)
|
||||||
first=.false.
|
first=.false.
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user