Skip to content
Verified Commit dea18e54 authored by Anders Martinsson's avatar Anders Martinsson Committed by Luker
Browse files

Fix issue #21 - Decoding fails to often



Loop from 'i' to 'M' instead of 'i' to 'L' during Gaussian elimination in the
second phase.

Signed-off-by: default avatarAnders Martinsson <anders.martinsson@intinor.se>

This probably comes from a ill-fated idea to optimize and stop after the
triangular matrix is parsed, but that prevented us from parsing
other repair symbols. Which is really wrong.

Good work for ticket #21



Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
parent 1a8ec1ab
Pipeline #168 passed with stages
in 6 minutes and 12 seconds
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