mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-10 06:22:15 -05:00
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
This commit is contained in:
commit
1a9d97a969
@ -214,15 +214,12 @@ contains
|
|||||||
if(ndepth.eq.3) then
|
if(ndepth.eq.3) then
|
||||||
nblock=4
|
nblock=4
|
||||||
jittermax=2
|
jittermax=2
|
||||||
norder=3
|
|
||||||
elseif(ndepth.eq.2) then
|
elseif(ndepth.eq.2) then
|
||||||
nblock=3
|
nblock=3
|
||||||
jittermax=0
|
jittermax=0
|
||||||
norder=3
|
|
||||||
elseif(ndepth.eq.1) then
|
elseif(ndepth.eq.1) then
|
||||||
nblock=1
|
nblock=1
|
||||||
jittermax=0
|
jittermax=0
|
||||||
norder=3
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ndropmax=1
|
ndropmax=1
|
||||||
@ -392,7 +389,7 @@ contains
|
|||||||
if(iwspr.eq.0) then
|
if(iwspr.eq.0) then
|
||||||
maxosd=2
|
maxosd=2
|
||||||
Keff=91
|
Keff=91
|
||||||
norder=4
|
norder=3
|
||||||
call timer('d240_101',0)
|
call timer('d240_101',0)
|
||||||
call decode240_101(llr,Keff,maxosd,norder,apmask,message101, &
|
call decode240_101(llr,Keff,maxosd,norder,apmask,message101, &
|
||||||
cw,ntype,nharderrors,dmin)
|
cw,ntype,nharderrors,dmin)
|
||||||
|
Loading…
Reference in New Issue
Block a user