From 6363f3fd43d08d8982f55d4e04c60c9552b26179 Mon Sep 17 00:00:00 2001 From: K9AN Date: Mon, 4 May 2020 15:28:16 -0500 Subject: [PATCH] Change maxsuper to 1. --- lib/ft4_decode.f90 | 2 +- lib/ft8/ft8b.f90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ft4_decode.f90 b/lib/ft4_decode.f90 index 6207653d4..4a008b333 100644 --- a/lib/ft4_decode.f90 +++ b/lib/ft4_decode.f90 @@ -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) diff --git a/lib/ft8/ft8b.f90 b/lib/ft8/ft8b.f90 index 4e69cff9f..f72a52c6a 100644 --- a/lib/ft8/ft8b.f90 +++ b/lib/ft8/ft8b.f90 @@ -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)