FST4: Do not bail out of blanker loop after 1st decode.

This commit is contained in:
Steven Franke 2021-02-18 14:26:56 -06:00
parent 0961d610fa
commit b194cc1a14

View File

@ -613,7 +613,7 @@ contains
endif endif
call this%callback(nutc,smax1,nsnr,xdt,fsig,msg, & call this%callback(nutc,smax1,nsnr,xdt,fsig,msg, &
iaptype,qual,ntrperiod,lwspr,fmid,w50) iaptype,qual,ntrperiod,lwspr,fmid,w50)
if(iwspr.eq.0 .and. nb.lt.0) go to 900 ! if(iwspr.eq.0 .and. nb.lt.0) go to 900
goto 800 goto 800
endif endif
enddo ! metrics enddo ! metrics