From 785d8bc0b61595b5166d7fef0a2f2fb4454ea89a Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Fri, 12 May 2017 11:43:17 +0000 Subject: [PATCH] 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 --- lib/fsk4hf/ldpcsim168.f90 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/fsk4hf/ldpcsim168.f90 b/lib/fsk4hf/ldpcsim168.f90 index 29e766172..9191f7e27 100644 --- a/lib/fsk4hf/ldpcsim168.f90 +++ b/lib/fsk4hf/ldpcsim168.f90 @@ -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)