mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Revert "Enable sync checks on candidates."
This reverts commit 644a570cb995b638c3fe9c75487e90a168cc8046.
This commit is contained in:
parent
78685e10c6
commit
066d2585bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user