From c68679bd10e27e6940c1692ac047f42916b69c4f Mon Sep 17 00:00:00 2001 From: Steve Franke Date: Wed, 19 Jun 2019 09:07:08 -0500 Subject: [PATCH] Tweak to reduce the number of bad candidates. --- lib/ft4_decode.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ft4_decode.f90 b/lib/ft4_decode.f90 index 3e4fa0916..1fd60efa6 100644 --- a/lib/ft4_decode.f90 +++ b/lib/ft4_decode.f90 @@ -282,7 +282,7 @@ contains call timer('sync4d ',1) enddo if(iseg.eq.1) smax1=smax - if(smax.lt.0.7) cycle + if(smax.lt.1.2) cycle if(iseg.gt.1 .and. smax.lt.smax1) cycle f1=f0+real(idfbest) if( f1.le.10.0 .or. f1.ge.4990.0 ) cycle