Remove superfluous part of if() test.

This commit is contained in:
Joe Taylor 2020-03-12 13:53:57 -04:00
parent 68c942a70e
commit f30754bdf5
1 changed files with 1 additions and 1 deletions

View File

@ -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