mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 03:58:50 -04:00
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:
parent
748e359fe0
commit
238ccff110
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user