mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
use larger number to disable paths
This commit is contained in:
parent
ae0a749d08
commit
44ed48ab84
2 changed files with 4 additions and 4 deletions
|
|
@ -287,7 +287,7 @@ public:
|
|||
int count = 0;
|
||||
metric[0] = 0;
|
||||
for (int k = 1; k < TYPE::SIZE; ++k)
|
||||
metric[k] = 1000;
|
||||
metric[k] = 1000000;
|
||||
int length = 1 << level;
|
||||
for (int i = 0; i < length; ++i)
|
||||
soft[length+i] = vdup<TYPE>(codeword[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue