From 64eed79027ef3502e4e4fb8248f38661b5a30eab Mon Sep 17 00:00:00 2001 From: k9an Date: Wed, 28 Jul 2021 12:17:57 -0500 Subject: [PATCH 1/2] Revert "Another attempt to make nagain work correctly." This reverts commit 777126ae1eea9577c597df143bac302d1ad42192. --- lib/ft8_decode.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ft8_decode.f90 b/lib/ft8_decode.f90 index 04e8fae1a..b67be7390 100644 --- a/lib/ft8_decode.f90 +++ b/lib/ft8_decode.f90 @@ -133,7 +133,7 @@ contains ifb=nfb ! if(nzhsym.eq.50 .and. nagain) then if(nagain) then - dd=iwave +! dd=iwave ifa=nfqso-20 ifb=nfqso+20 endif From ec2afd3fd2bd94532b3f4540be5a12b7dd7b8951 Mon Sep 17 00:00:00 2001 From: k9an Date: Wed, 28 Jul 2021 12:18:33 -0500 Subject: [PATCH 2/2] Revert "FT8: ensure that nagain only decodes near nfqso." This reverts commit 771f424108065eb5e160883055009f9e8bf45e9a. --- lib/ft8_decode.f90 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/ft8_decode.f90 b/lib/ft8_decode.f90 index b67be7390..73d0f8c2a 100644 --- a/lib/ft8_decode.f90 +++ b/lib/ft8_decode.f90 @@ -131,9 +131,8 @@ contains endif ifa=nfa ifb=nfb -! if(nzhsym.eq.50 .and. nagain) then - if(nagain) then -! dd=iwave + if(nzhsym.eq.50 .and. nagain) then + dd=iwave ifa=nfqso-20 ifb=nfqso+20 endif