[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 04/06: fec: init debug file pointer in TPC
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 04/06: fec: init debug file pointer in TPC encoder |
Date: |
Tue, 14 Apr 2015 15:02:55 +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 f1f97b05f42040d4df931e81d79bd20c0b4f920e
Author: Sean Nowlan <address@hidden>
Date: Mon Apr 13 16:37:03 2015 -0400
fec: init debug file pointer in TPC encoder
---
gr-fec/lib/tpc_encoder.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/gr-fec/lib/tpc_encoder.cc b/gr-fec/lib/tpc_encoder.cc
index 63ef44a..8492057 100755
--- a/gr-fec/lib/tpc_encoder.cc
+++ b/gr-fec/lib/tpc_encoder.cc
@@ -61,6 +61,7 @@ tpc_encoder::tpc_encoder (std::vector<int> row_polys,
std::vector<int> col_polys
outputSize =
((d_krow+rowEncoder_m)*rowEncoder_n)*((d_kcol+colEncoder_m)*colEncoder_n) -
d_bval;
+ fp = NULL;
//DEBUG_PRINT("inputSize=%d outputSize=%d\n", inputSize, outputSize);
//fp = fopen("c_encoder_output.txt", "w");
- [Commit-gnuradio] [gnuradio] branch maint updated (0f738ac -> 5ae1e84), git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 06/06: Merge remote-tracking branch 'tom/docs/rework0' into maint, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 04/06: fec: init debug file pointer in TPC encoder,
git <=
- [Commit-gnuradio] [gnuradio] 05/06: Fixed non-virtual dtor pseudoissue in [flat_]flowgraph, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 01/06: docs: doxyfile maintenance., git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 02/06: fec: fix segfault due to debug file pointer handling, git, 2015/04/14
- [Commit-gnuradio] [gnuradio] 03/06: fec: TPC encoder whitespace cleanup, git, 2015/04/14