mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Fix parameter in test for consistency
This commit is contained in:
parent
09b4c8f7a3
commit
df7200b4b0
@ -79,7 +79,7 @@ TEST(ReedSolomonE1BTest, EncodeWithCustomMatrix)
|
||||
const int nroots = 60;
|
||||
const int minpoly = 29;
|
||||
const int prim = 1;
|
||||
const int fcr = 1;
|
||||
const int fcr = 195;
|
||||
const int pad = 0;
|
||||
const int shortening = 137;
|
||||
const std::vector<uint8_t> genpoly_coeff;
|
||||
|
Loading…
Reference in New Issue
Block a user