Update calls to bpdecode174_91.

This commit is contained in:
Steven Franke 2020-03-17 12:18:10 -05:00
parent 8f7221825f
commit 0f2793dcbe
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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