From f30754bdf5dc65de1b6c69d8204551a89247ebd6 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 12 Mar 2020 13:53:57 -0400 Subject: [PATCH] Remove superfluous part of if() test. --- lib/ft8_decode.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ft8_decode.f90 b/lib/ft8_decode.f90 index 74d238942..cc3101ef3 100644 --- a/lib/ft8_decode.f90 +++ b/lib/ft8_decode.f90 @@ -88,7 +88,7 @@ contains lrefinedt) lsubtracted(i)=.true. endif - if(nzhsym.eq.47 .and. nint(ss0).ge.49) then !Bail out before done + if(nint(ss0).ge.49) then !Bail out before done call timer('sub_ft8b',1) go to 700 endif