mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
only updating metric after the first info bit
This commit is contained in:
parent
98959b8d9e
commit
f5f1fc76b3
1 changed files with 0 additions and 3 deletions
|
|
@ -61,9 +61,6 @@ struct PACListTree<TYPE, 1>
|
|||
hrd.v[k] = 1 - 2 * (state[k] & 1);
|
||||
*hard = hrd;
|
||||
} else {
|
||||
for (int k = 0; k < TYPE::SIZE; ++k)
|
||||
if (sft.v[k] < 0)
|
||||
metric[k] -= sft.v[k];
|
||||
*hard = PH::one();
|
||||
}
|
||||
MAP map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue