mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-01 08:07:10 -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
a42c4b4507
commit
9c0d691ac7
@ -179,10 +179,10 @@ do idb = 6,-6,-1
|
||||
|
||||
! max_iterations is max number of belief propagation iterations
|
||||
call bpdecode168(llr, apmask, max_iterations, decoded, niterations)
|
||||
if( niterations .eq. -1 ) then
|
||||
norder=3
|
||||
call osd168(llr, norder, decoded, niterations, cw)
|
||||
endif
|
||||
! if( niterations .eq. -1 ) then
|
||||
! norder=3
|
||||
! call osd168(llr, norder, decoded, niterations, cw)
|
||||
! endif
|
||||
! If the decoder finds a valid codeword, niterations will be .ge. 0.
|
||||
if( niterations .ge. 0 ) then
|
||||
call extractmessage168(decoded,msgreceived,ncrcflag,recent_calls,nrecent)
|
||||
|
Loading…
Reference in New Issue
Block a user