Go back to using wsjtx_dir.txt, temporarily, for platform portability.

This commit is contained in:
Joe Taylor 2021-04-23 18:59:34 -04:00
parent 8024c6a4c3
commit 34580f3a5b
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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'