From 0f2793dcbe6f8cc66a84b4a3dd8f047cd26adbed Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Tue, 17 Mar 2020 12:18:10 -0500 Subject: [PATCH] Update calls to bpdecode174_91. --- lib/fsk4hf/ldpcsim174_91.f90 | 2 +- lib/ft4_decode.f90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fsk4hf/ldpcsim174_91.f90 b/lib/fsk4hf/ldpcsim174_91.f90 index 1ec9ee48e..637a8a569 100644 --- a/lib/fsk4hf/ldpcsim174_91.f90 +++ b/lib/fsk4hf/ldpcsim174_91.f90 @@ -103,7 +103,7 @@ do idb = 20,-10,-1 apmask(1:nap)=1 ! max_iterations is max number of belief propagation iterations - call bpdecode174_91(llr, apmask, max_iterations, message77, cw, nharderrors,niterations) + call bpdecode174_91(llr, apmask, max_iterations, message77, cw, nharderrors,niterations,ncheck) if( ndepth .ge. 0 .and. nharderrors .lt. 0 ) call osd174_91(llr, apmask, ndepth, message77, cw, nharderrors, dmin) ! If the decoder finds a valid codeword, nharderrors will be .ge. 0. if( nharderrors .ge. 0 ) then diff --git a/lib/ft4_decode.f90 b/lib/ft4_decode.f90 index 686d8ce88..a5347c69f 100644 --- a/lib/ft4_decode.f90 +++ b/lib/ft4_decode.f90 @@ -406,7 +406,7 @@ contains dmin=0.0 call timer('bpdec174',0) call bpdecode174_91(llr,apmask,max_iterations,message77, & - cw,nharderror,niterations) + cw,nharderror,niterations,ncheck) call timer('bpdec174',1) if(doosd .and. nharderror.lt.0) then