From 6d220d46d24ca917b8dad56079b258a92e9afb13 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 18 Jan 2021 09:25:58 -0500 Subject: [PATCH] Do not attempt decoding after TRp is increased and Decode button clicked. --- lib/decoder.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/decoder.f90 b/lib/decoder.f90 index d81128040..2e72fc748 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -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)