Further optimizations of the decoders, and some code cleanup.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3492 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-07-17 19:13:36 +00:00
parent 9f760483d3
commit 926395561e
5 changed files with 12 additions and 26 deletions
+1 -2
View File
@@ -73,14 +73,13 @@ subroutine decoder(ss,id2)
limit=10000
ccflim=3.5
endif
if(ndepth.ge.3) then
if(ndepth.ge.3 .or. nqd.eq.1) then
limit=100000
ccflim=2.5
endif
ccfok=.false.
if(nqd.eq.1) then
limit=100000
nfa1=nfqso-ntol
nfb1=nfqso+ntol
ia=max(1,nint((nfa1-nf0)/df3))