From 4731e02cdbb24b248e148268d8d08682a05bc228 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 14 May 2017 14:37:22 +0000 Subject: [PATCH] Add a call to osd300. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7679 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/fsk4hf/wspr5d.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fsk4hf/wspr5d.f90 b/lib/fsk4hf/wspr5d.f90 index 59614ac71..cdda78214 100644 --- a/lib/fsk4hf/wspr5d.f90 +++ b/lib/fsk4hf/wspr5d.f90 @@ -188,6 +188,7 @@ program wspr5d max_iterations=40 ifer=0 call bpdecode300(llr,apmask,max_iterations,decoded,niterations,cw) + if(niterations.lt.0) call osd300(llr,4,decoded,niterations,cw) nbadcrc=0 if(niterations.ge.0) call chkcrc10(decoded,nbadcrc) if(niterations.lt.0 .or. nbadcrc.ne.0) ifer=1