Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
seed pattern 3 change to minimum length required 36
Browse files Browse the repository at this point in the history
  • Loading branch information
Haifeng Chen committed Nov 23, 2015
1 parent 4b94690 commit cedfd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/walt/seedpattern.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ const uint32_t F2NOCAREDPOSITION[5][90] = {
#define SEEPATTERNLEN 3
#define SEEPATTERNCAREDWEIGHT 1
#define SEEPATTERNNOCAREDWEIGHT 2
#define MINIMALREADLEN 39
const uint32_t F2SEEDKEYWIGTH = 13;
#define MINIMALREADLEN 36
const uint32_t F2SEEDKEYWIGTH = 12;
const uint32_t F2SEEDPATTERN[] = {
/* 1 */0, 1, 0, //
/* 2 */0, 1, 0, //
Expand Down

0 comments on commit cedfd4d

Please sign in to comment.