mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04: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
|
if(index(line,'<Decode').eq.1) cycle
|
||||||
read(line(11:20),*) xdt,nf
|
read(line(11:20),*) xdt,nf
|
||||||
if(ntrperiod.ge.60) xdt=xdt-0.5 !### TEMPORARY ###
|
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
|
if((abs(xdt-dt).le.dterr .and. abs(nf-nf0).le.nferr) .or. decok) then
|
||||||
nsync=nsync+1
|
nsync=nsync+1
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user