Don't honor 'bSkip' if nagain.eq.1.

This commit is contained in:
Joe Taylor 2023-12-22 19:37:54 -05:00
parent 5bacc2d763
commit d3e9f3fc5a

View File

@ -42,7 +42,7 @@ subroutine q65c(itimer)
newdat=1 !Always on ??
call chkstat(dd,max_nhsym,bSkip)
if(bSkip) return
if(bSkip .and. nagain.eq.0) return
call timer('decode0 ',0)
call decode0(dd,ss,savg)