When nagain=1 (double-click on waterfall, or click Decode button), act as if "single decode" is selected.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7531 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2017-01-18 14:20:28 +00:00
parent 94b1a00040
commit ffb8046c91

View File

@ -138,7 +138,7 @@ contains
! endif
nfa=nf1
nfb=nf2
single_decode=iand(nexp_decode,32).ne.0
single_decode=iand(nexp_decode,32).ne.0 .or. nagain
bVHF=iand(nexp_decode,64).ne.0
!### Q: should either of the next two uses of "single_decode" be "bVHF" instead?