From 066d2585bcee136dc4956d056de394e0947625af Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 20 Jun 2020 14:17:05 -0400 Subject: [PATCH] Revert "Enable sync checks on candidates." This reverts commit 644a570cb995b638c3fe9c75487e90a168cc8046. --- lib/fst280/get_fst280_bitmetrics.f90 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/fst280/get_fst280_bitmetrics.f90 b/lib/fst280/get_fst280_bitmetrics.f90 index bba000d59..50568210f 100644 --- a/lib/fst280/get_fst280_bitmetrics.f90 +++ b/lib/fst280/get_fst280_bitmetrics.f90 @@ -72,10 +72,10 @@ subroutine get_fst280_bitmetrics(cd,nss,hmod,bitmetrics,badsync) nsync=is1+is2+is3 !Number of correct hard sync symbols, 0-24 badsync=.false. - if(nsync .lt. 8) then - badsync=.true. - return - endif +! if(nsync .lt. 8) then +! badsync=.true. +! return +! endif bitmetrics=0.0 do nseq=1,4 !Try coherent sequences of 1, 2, and 4 symbols