From 69cd5a6104c6aab9ccf89a38d3095d387a7cc84a Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Wed, 19 Apr 2017 16:36:07 +0000 Subject: [PATCH] Fix a bug that only affected dithered ldpcsim300 results. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7639 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/fsk4hf/ldpcsim300.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fsk4hf/ldpcsim300.f90 b/lib/fsk4hf/ldpcsim300.f90 index ee24a2304..8fc50e564 100644 --- a/lib/fsk4hf/ldpcsim300.f90 +++ b/lib/fsk4hf/ldpcsim300.f90 @@ -181,7 +181,7 @@ do idb = -14, 20 dllr(in)=damp*gran() enddo llrd=llr+dllr - call bpdecode120(llrd, apmask, max_iterations, decoded, niterations, cw) + call bpdecode300(llrd, apmask, max_iterations, decoded, niterations, cw) if( niterations .ge. 0 ) exit enddo endif