From 383ff7e91af19c36975876ba4de4308f2b6276f7 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 19 Jun 2023 14:21:08 -0400 Subject: [PATCH] Should not omit the test better.gt.1.10 for Q65 submodes D and E. --- lib/qra/q65/q65.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qra/q65/q65.f90 b/lib/qra/q65/q65.f90 index 94eb60ced..cb033efa4 100644 --- a/lib/qra/q65/q65.f90 +++ b/lib/qra/q65/q65.f90 @@ -168,7 +168,7 @@ subroutine q65_dec0(iavg,iwave,ntrperiod,nfqso,ntol,lclearave, & better,ccf1) call timer('ccf_85 ',1) - if(better.ge.1.10 .or. mode_q65.ge.8) then + if(better.ge.1.10) then call timer('list_dec',0) call q65_dec_q3(s1,iz,jz,s3,LL,ipk,jpk,snr2,dat4,idec,decoded) call timer('list_dec',1)