Correct a problem that could occasionally cause "ghost" decodes.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3902 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2014-03-21 20:11:52 +00:00
parent b7c8c8a75c
commit 8dd4e8cfa3
1 changed files with 2 additions and 0 deletions

View File

@ -71,7 +71,9 @@ subroutine extract(s3,nadd,ncount,nhist,decoded,ltext,nbmkv)
call interleave63(mr2prob,-1)
nsec1=nsec1+1
dat4=0
write(22,rec=1) nsec1,xlambda,maxe,200,mrsym,mrprob,mr2sym,mr2prob
write(22,rec=2) -1,-1,dat4
call flush(22)
call timer('kvasd ',0)
#ifdef UNIX