Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
catid committed Mar 21, 2012
1 parent 040a4b3 commit e6608af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec_source/WirehairDetails.hpp
Expand Up @@ -91,7 +91,7 @@ class Codec
u16 _extra_count; // Number of extra rows to allocate
u32 _p_seed; // Seed for peeled rows of check matrix
u32 _d_seed; // Seed for dense rows of check matrix
u16 _row_count; // Number of stored rows
u16 _row_count; // Number of stored rows
u16 _mix_count; // Number of mix columns
u16 _mix_next_prime; // Next prime number at or above dense count
u16 _dense_count; // Number of added dense code rows
Expand Down

0 comments on commit e6608af

Please sign in to comment.