[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/03: fec: warning cleanup
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/03: fec: warning cleanup |
Date: |
Mon, 6 Apr 2015 15:27:49 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit 65adeff91fbfd9a3fe724bcbdd7fe812a61b52cf
Author: Tim O'Shea <address@hidden>
Date: Mon Apr 6 11:12:07 2015 -0400
fec: warning cleanup
---
gr-fec/include/gnuradio/fec/tpc_decoder.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gr-fec/include/gnuradio/fec/tpc_decoder.h
b/gr-fec/include/gnuradio/fec/tpc_decoder.h
index 2f509df..8fc79a8 100644
--- a/gr-fec/include/gnuradio/fec/tpc_decoder.h
+++ b/gr-fec/include/gnuradio/fec/tpc_decoder.h
@@ -51,12 +51,12 @@ class FEC_API tpc_decoder : public generic_decoder {
int get_output_size();
int get_input_size();
- unsigned int d_krow;
- unsigned int d_kcol;
-
std::vector<int> d_rowpolys;
std::vector<int> d_colpolys;
+ unsigned int d_krow;
+ unsigned int d_kcol;
+
int d_bval;
int d_qval;