mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 04:28:36 -04:00
Do not attempt decoding after TRp is increased and Decode button clicked.
This commit is contained in:
parent
a9bce0dbd3
commit
6d220d46d2
@ -61,7 +61,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
|
||||
type(counting_fst4_decoder) :: my_fst4
|
||||
type(counting_q65_decoder) :: my_q65
|
||||
|
||||
if(params%nagain .and. params%ntr.gt.ntr0) go to 800
|
||||
if(.not.params%newdat .and. params%ntr.gt.ntr0) go to 800
|
||||
ntr0=params%ntr
|
||||
rms=sqrt(dot_product(float(id2(1:180000)), &
|
||||
float(id2(1:180000)))/180000.0)
|
||||
|
Loading…
Reference in New Issue
Block a user