Properly round the printed snr.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7917 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2017-07-16 17:08:09 +00:00
parent 748e359fe0
commit 238ccff110
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ subroutine ft8b(dd0,newdat,nfqso,ndepth,lsubtract,iaptype,icand,sync0,f1,xdt,
llra=2.0*rxdatap/(ss*ss) ! llr's for use with ap
apmag=4.0
nap=0
! if(ndepth.eq.3) nap=2
if(ndepth.eq.3) nap=2
do iap=0,nap !### Temporary ###
nera=1

View File

@ -77,7 +77,7 @@ contains
call timer('ft8b ',0)
call ft8b(dd,newdat,nfqso,ndepth,lsubtract,iaptype,icand,sync,f1, &
xdt,apsym,nharderrors,dmin,nbadcrc,iap,ipass,iera,message,xsnr)
nsnr=xsnr
nsnr=nint(xsnr)
xdt=xdt-0.6
call timer('ft8b ',1)
if(nbadcrc.eq.0 .and. associated(this%callback)) then