Merge pull request #234 from fkautz/pr_out_changing_k_and_m_in_data_go_to_match_new_datatype_in_erasure_package

This commit is contained in:
Frederick F. Kautz IV 2015-03-01 01:28:43 -08:00
commit 9fb67c4195

View File

@ -18,8 +18,8 @@ const (
type EncoderParams struct { type EncoderParams struct {
Length int Length int
K int K uint8
M int M uint8
Technique EncoderTechnique Technique EncoderTechnique
} }