mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 16:42:12 -05:00
Discard the all-zero codeword.
This commit is contained in:
parent
1edca87936
commit
e74595fdd5
@ -515,6 +515,10 @@ contains
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if(nharderrors .ge.0) then
|
if(nharderrors .ge.0) then
|
||||||
|
if(count(cw.eq.1).eq.0) then
|
||||||
|
nharderrors=-nharderrors
|
||||||
|
cycle
|
||||||
|
endif
|
||||||
if(iqorw.eq.1) then
|
if(iqorw.eq.1) then
|
||||||
write(c77,'(77i1)') mod(message101(1:77)+rvec,2)
|
write(c77,'(77i1)') mod(message101(1:77)+rvec,2)
|
||||||
call unpack77(c77,0,msg,unpk77_success)
|
call unpack77(c77,0,msg,unpk77_success)
|
||||||
|
Loading…
Reference in New Issue
Block a user