mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Change maxsuper to 1.
This commit is contained in:
parent
ceb8ae610a
commit
6363f3fd43
@ -421,7 +421,7 @@ contains
|
||||
endif
|
||||
call timer('osd174_91 ',0)
|
||||
Keff=91
|
||||
maxsuper=2
|
||||
maxsuper=1
|
||||
! call osd174_91(llr,Keff,apmask,ndeep,message91,cw,nharderror,dmin)
|
||||
call decode174_91(llr,Keff,ndeep,apmask,maxsuper,message91,cw,nharderror, &
|
||||
niterations,ncheck,dmin)
|
||||
|
@ -417,7 +417,7 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, &
|
||||
call timer('osd174_91 ',0)
|
||||
Keff=91
|
||||
! call osd174_91(llrz,Keff,apmask,ndeep,message91,cw,nharderrors,dmin)
|
||||
maxsuper=2
|
||||
maxsuper=1
|
||||
call decode174_91(llrz,Keff,ndeep,apmask,maxsuper,message91,cw,nharderrors,niterations,ncheck,dmin)
|
||||
if(nharderrors.ge.0) message77=message91(1:77)
|
||||
call timer('osd174_91 ',1)
|
||||
|
Loading…
Reference in New Issue
Block a user