commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 11/17: gr-fec, LDPC: correct the name of th


From: git
Subject: [Commit-gnuradio] [gnuradio] 11/17: gr-fec, LDPC: correct the name of the python function called
Date: Thu, 14 Apr 2016 20:43:05 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 48730536db3ebcfd8c7a4f1cc54ac8bd8a866140
Author: tracierenea <address@hidden>
Date:   Thu Apr 7 01:25:00 2016 -0500

    gr-fec, LDPC: correct the name of the python function called
---
 gr-fec/python/fec/LDPC/Generate_LDPC_matrix_functions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 6c55d0b..c42fee6 100644
--- a/gr-fec/python/fec/LDPC/Generate_LDPC_matrix_functions.py
+++ b/gr-fec/python/fec/LDPC/Generate_LDPC_matrix_functions.py
@@ -679,7 +679,7 @@ def getSystematicGmatrix(GenMatrix):
     if found == False:
       # push the row of 0s to the bottom, and move the bottom
       # rows up (sort of a rotation thing)
-      tempArray = moveRowToBottom(i,tempArray)
+      tempArray = move_row_to_bottom(i,tempArray)
       # decrease limit since we just found a row of 0s
       limit -= 1
   # the rows below i are the dependent rows, which we discard



reply via email to

[Prev in Thread] Current Thread [Next in Thread]