commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r3342 - gnuradio/trunk/gr-error-correcting-codes/src/l


From: michaelld
Subject: [Commit-gnuradio] r3342 - gnuradio/trunk/gr-error-correcting-codes/src/lib/libecc/tests
Date: Thu, 17 Aug 2006 13:23:48 -0600 (MDT)

Author: michaelld
Date: 2006-08-17 13:23:48 -0600 (Thu, 17 Aug 2006)
New Revision: 3342

Modified:
   
gnuradio/trunk/gr-error-correcting-codes/src/lib/libecc/tests/qa_encoder_convolutional_ic1_ic1.cc
Log:
Fix for ticket:36 , now (hopefully) does "make check" properly on all
platforms.



Modified: 
gnuradio/trunk/gr-error-correcting-codes/src/lib/libecc/tests/qa_encoder_convolutional_ic1_ic1.cc
===================================================================
--- 
gnuradio/trunk/gr-error-correcting-codes/src/lib/libecc/tests/qa_encoder_convolutional_ic1_ic1.cc
   2006-08-17 18:23:59 UTC (rev 3341)
+++ 
gnuradio/trunk/gr-error-correcting-codes/src/lib/libecc/tests/qa_encoder_convolutional_ic1_ic1.cc
   2006-08-17 19:23:48 UTC (rev 3342)
@@ -270,7 +270,7 @@
 // start state is 0, same feedback, no termination
 
 const static int t2_code_generator[] = {1, 0, 0, 1, 5, 6};
-const static size_t t2_code_feedback[] = {0, 0, 0, 0, 7, 7};
+const static int t2_code_feedback[] = {0, 0, 0, 0, 7, 7};
 const static int t2_encode_soai = 1;
 
 const static char t2_in_0[] =
@@ -1285,7 +1285,7 @@
 // start state is 0, same feedback, no termination
 
 const static int t25_code_generator[] = {1, 0, 0, 1, 5, 6};
-const static size_t t25_code_feedback[] = {0, 0, 0, 0, 7, 7};
+const static int t25_code_feedback[] = {0, 0, 0, 0, 7, 7};
 const static int t25_encode_soai = 1;
 
 const static char t25_in_0[] =





reply via email to

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