From cb8f74584d9ef86e1176025ff34f484f3ea83b55 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Sun, 1 Jan 2017 18:50:21 +0000 Subject: [PATCH] Print in SWL mode if decoded hash doesn't match an entry in the hasharray. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7439 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/msk40decodeframe.f90 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/msk40decodeframe.f90 b/lib/msk40decodeframe.f90 index d1067383b..5f0ddc11a 100644 --- a/lib/msk40decodeframe.f90 +++ b/lib/msk40decodeframe.f90 @@ -149,7 +149,12 @@ subroutine msk40decodeframe(c,mycall,hiscall,xsnr,bswl,nhasharray, & endif enddo enddo - endif + if( nsuccess .eq. 0 .and. nhammd.le.1 .and. cord .lt. 0.65 ) then +!write(*,*) 'decodeframe ',nhammd,cord,nrxhash,nrxrpt,ihash,xsnr,sigma + nsuccess=1 + write(msgreceived,'(a1,i4.4,a1,1x,a4)') "<",nrxhash,">",rpt(nrxrpt) + endif + endif endif return