Enable "Save synced" and "Save Decoded".

Clean up handling of DialFreq.
Put Date into wsjtx_rx.log.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2768 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-11-24 15:18:17 +00:00
parent d0b1b03106
commit eeef8f2dde
7 changed files with 21 additions and 28 deletions
-10
View File
@@ -18,20 +18,10 @@ subroutine decoder(ss,c0)
common/npar/nutc,ndiskdat,ntrperiod,nfqso,newdat,npts8,nfa,nfb,ntol, &
kin,nzhsym,nsave,nagain,ndepth,nrxlog,nfsample,datetime
common/tracer/limtrace,lu
logical first
data first/.true./
save
call timer('decoder ',0)
if(first) then
limtrace=0
lu=12
open(12,file='timer.out',status='unknown')
open(14,file='wsjtx_rx.log',status='unknown',position='append')
first=.false.
endif
ntrMinutes=ntrperiod/60
newdat=1
nsynced=0