Put nsnr back where it was.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6745 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2016-06-09 02:23:21 +00:00
parent 7e2f238ab2
commit ada15d4f3c

View File

@ -67,7 +67,7 @@ subroutine msk144_decode(id2,npts,nutc,nprint,line)
! y=10.0**(0.1*(yellow(n)-1.5))
! nsnr=max(-5,nint(db(y)))
y=yellow(n)-1.5
nsnr=y*10 ! this should be 10*db (centibels?)
nsnr=y
if( nsnr .gt. 999 ) nsnr=99
if(nsnr.gt.nsnr0 .and. nline.gt.0) then
write(line(nline),1020) nutc,nsnr,t0,nint(freq),msg