mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Code cleanup. Looking ad adding Q65 decodes to Band Map and Messages.
This commit is contained in:
parent
17b0fd4974
commit
12f3faa0a1
@ -467,7 +467,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
||||
endif
|
||||
endif
|
||||
j=j+nsiz(n)
|
||||
enddo
|
||||
enddo !i=1,km
|
||||
write(26,1015) nutc
|
||||
1015 format(37x,i6.4,' ')
|
||||
call flush(21)
|
||||
|
@ -140,6 +140,9 @@ subroutine q65b(nutc,nqd,fcenter,nfcal,nfsample,ikhz,mousedf,ntol,xpol, &
|
||||
1100 format(a)
|
||||
|
||||
! Should write to lu 26 here, for Messages and Band Map windows ?
|
||||
! write(26,1014) freq0,nfreq0,0,0,0,xdt0,ipol0,0, &
|
||||
! nsnr0,nutc,msg40(1:22),' ',char(ichar('A') + mode_q65-1)
|
||||
!1014 format(f8.3,i5,3i3,f5.1,i4,i3,i4,i5.4,4x,a22,2x,a1,3x,':',a1)
|
||||
|
||||
write(21,1110) freq0,nfreq0,xdt0,ipol0,nsnr0,nutc,msg40(1:28),msg40(39:40)
|
||||
1110 format(f8.3,i5,f5.1,2i4,i5.4,2x,a28,': A',2x,a2)
|
||||
|
Loading…
Reference in New Issue
Block a user