use larger number to disable paths

This commit is contained in:
Ahmet Inan 2024-03-05 22:04:30 +01:00
commit 44ed48ab84
2 changed files with 4 additions and 4 deletions

View file

@ -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]);