mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Remove calls to nonexistent routine.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7672 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a2447fe344
commit
785d8bc0b6
@ -179,10 +179,10 @@ do idb = 6,-6,-1
|
|||||||
|
|
||||||
! max_iterations is max number of belief propagation iterations
|
! max_iterations is max number of belief propagation iterations
|
||||||
call bpdecode168(llr, apmask, max_iterations, decoded, niterations)
|
call bpdecode168(llr, apmask, max_iterations, decoded, niterations)
|
||||||
if( niterations .eq. -1 ) then
|
! if( niterations .eq. -1 ) then
|
||||||
norder=3
|
! norder=3
|
||||||
call osd168(llr, norder, decoded, niterations, cw)
|
! call osd168(llr, norder, decoded, niterations, cw)
|
||||||
endif
|
! endif
|
||||||
! If the decoder finds a valid codeword, niterations will be .ge. 0.
|
! If the decoder finds a valid codeword, niterations will be .ge. 0.
|
||||||
if( niterations .ge. 0 ) then
|
if( niterations .ge. 0 ) then
|
||||||
call extractmessage168(decoded,msgreceived,ncrcflag,recent_calls,nrecent)
|
call extractmessage168(decoded,msgreceived,ncrcflag,recent_calls,nrecent)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user