don't forget the last bit, even though last two are parity vectors

This commit is contained in:
Ahmet Inan 2019-11-06 21:04:55 +01:00
commit da9d47b95d

View file

@ -132,6 +132,7 @@ class LDPCDecoder
inps[k] = inp;
mags[k] = mag;
}
next_wdm |= first_wdb<<(deg-1);
for (int k = 0; k < deg; ++k) {
TYPE mag = mags[k];
TYPE inp = inps[k];