mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Merge branch 'integrate-77bit' of https://bitbucket.org/k1jt/wsjtx into integrate-77bit
This commit is contained in:
commit
7c235bafa2
@ -302,6 +302,7 @@ subroutine unpack77(c77,msg)
|
|||||||
read(c77,1030) n28a,n28b,ir,intx,nclass,isec
|
read(c77,1030) n28a,n28b,ir,intx,nclass,isec
|
||||||
1030 format(2b28,b1,b4,b3,b7)
|
1030 format(2b28,b1,b4,b3,b7)
|
||||||
if(isec.gt.NSEC) isec=NSEC !### Check range for other params? ###
|
if(isec.gt.NSEC) isec=NSEC !### Check range for other params? ###
|
||||||
|
if(isec.lt.1) isec=1 !### Flag these so they aren't printed? ###
|
||||||
call unpack28(n28a,call_1)
|
call unpack28(n28a,call_1)
|
||||||
call unpack28(n28b,call_2)
|
call unpack28(n28b,call_2)
|
||||||
ntx=intx+1
|
ntx=intx+1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user