Change maxsuper to 1.

This commit is contained in:
K9AN 2020-05-04 15:28:16 -05:00
parent ceb8ae610a
commit 6363f3fd43
2 changed files with 2 additions and 2 deletions

View File

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

View File

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