diff options
Diffstat (limited to 'gr-fec/include')
-rw-r--r-- | gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h b/gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h index 61bed6ef57..5b9efea771 100644 --- a/gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h +++ b/gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h @@ -58,12 +58,12 @@ namespace gr { gsl_matrix *d_phi_inverse_ptr; // Read the matrix from a file in alist format - void read_matrix_from_file(const std::string *); + void read_matrix_from_file(const std::string filename); // Set the submatrix variables needed for encoding void set_parameters_for_encoding(); public: - ldpc_par_chk_mtrx(const std::string &filename, unsigned int gap); + ldpc_par_chk_mtrx(const std::string filename, unsigned int gap); // Default constructor, should not be used ldpc_par_chk_mtrx(); // Get the codeword length n |