Skip to content

Commit

Permalink
minor modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Mar 7, 2024
1 parent e40f1ab commit 733a7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecc/codes/n16_k10_d3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ struct N16_K10_D3 <: AbstractECC end

code_n(c::N16_K10_D3) = 16

parity_checks(c: N16_K10_D3) = S"XXXXXXXXXXXXXXXX
parity_checks(c::N16_K10_D3) = S"XXXXXXXXXXXXXXXX
ZZZZZZZZZZZZZZZZ
_X_X_X_XZYZYZYZY
_X_XZYZYX_X_YZYZ
Expand Down

0 comments on commit 733a7ad

Please sign in to comment.