mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Correct the false-decode test in test_q65.
This commit is contained in:
parent
860b0ce21e
commit
145ddb8821
@ -109,7 +109,7 @@ program test_q65
|
||||
if(index(line,'<Decode').eq.1) cycle
|
||||
read(line(11:20),*) xdt,nf
|
||||
if(ntrperiod.ge.60) xdt=xdt-0.5 !### TEMPORARY ###
|
||||
decok=index(line,'K1ABC W9XYZ EN37').gt.0
|
||||
decok=index(line,trim(msg)).gt.0
|
||||
if((abs(xdt-dt).le.dterr .and. abs(nf-nf0).le.nferr) .or. decok) then
|
||||
nsync=nsync+1
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user