mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Go back to using wsjtx_dir.txt, temporarily, for platform portability.
This commit is contained in:
parent
8024c6a4c3
commit
34580f3a5b
@ -17,7 +17,10 @@ subroutine gen_q65_wave(msg,ntxfreq,mode65,msgsent,iwave,nwave)
|
||||
data twopi/6.283185307179586476d0/
|
||||
save
|
||||
|
||||
wsjtx_dir='./'
|
||||
open(9,file='wsjtx_dir.txt',status='old')
|
||||
read(9,'(a)') wsjtx_dir
|
||||
close(9)
|
||||
|
||||
msgsent=msg
|
||||
! 1 2 3 4 5
|
||||
! 12345678901234567890123456789012345678901234567890123456789012345
|
||||
|
@ -23,8 +23,11 @@ subroutine q65b(nutc,fcenter,nfcal,nfsample,ikhz,mousedf,ntol,xpol, &
|
||||
character*80 wsjtx_dir
|
||||
common/cacb/ca,cb
|
||||
save
|
||||
wsjtx_dir='./'
|
||||
|
||||
|
||||
open(9,file='wsjtx_dir.txt',status='old')
|
||||
read(9,'(a)') wsjtx_dir
|
||||
close(9)
|
||||
|
||||
mycall='K1JT'
|
||||
hiscall='IV3NWV'
|
||||
grid4='AA00'
|
||||
|
Loading…
Reference in New Issue
Block a user