diff options
-rw-r--r-- | gr-fec/python/fec/LDPC/Generate_LDPC_matrix_functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/python/fec/LDPC/Generate_LDPC_matrix_functions.py b/gr-fec/python/fec/LDPC/Generate_LDPC_matrix_functions.py index c665e9ec6a..62224436fb 100644 --- a/gr-fec/python/fec/LDPC/Generate_LDPC_matrix_functions.py +++ b/gr-fec/python/fec/LDPC/Generate_LDPC_matrix_functions.py @@ -613,7 +613,7 @@ def get_best_matrix(H, numIterations=100, verbose=False): print 'greedy_upper_triangulation error: ', e else: if ret: - [betterH, gap, t] + [betterH, gap, t] = ret else: continue |