Commit fbfe950c authored by Florian Kaltenberger's avatar Florian Kaltenberger

bug fixes of earlier bug fixes

parent 468004ec
...@@ -5302,7 +5302,7 @@ int ldpc_encoder(unsigned char *test_input,unsigned char *channel_input,short bl ...@@ -5302,7 +5302,7 @@ int ldpc_encoder(unsigned char *test_input,unsigned char *channel_input,short bl
//printf("%d\n",removed_bit); //printf("%d\n",removed_bit);
// unpack input // unpack input
memset(c,0,sizeof(unsigned char) * ncols * Zc); memset(c,0,sizeof(unsigned char) * ncols * Zc);
memset(d,0,sizeof(unsigned char) * ncols * Zc * 3); memset(d,0,sizeof(unsigned char) * nrows * Zc);
for (i=0; i<block_length; i++) for (i=0; i<block_length; i++)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment