fix bug in active_seqs sync
This commit is contained in:
parent
2ad3f7c28c
commit
c2cd292307
1 changed files with 1 additions and 1 deletions
|
@ -237,8 +237,8 @@ int main(int argc, char ** argv) {
|
|||
// if we already accepted a token, we can skip the rest
|
||||
if (drafts[s].tokens[i_dft] != drafts[s_keep].tokens[i_dft]) {
|
||||
drafts[s].active = false;
|
||||
active_seqs.erase(s);
|
||||
}
|
||||
active_seqs.erase(s);
|
||||
continue;
|
||||
}
|
||||
LOG("verifying sequence #%d at pos #%d from %d active sequence(s)\n", s, i_dft, (int) active_seqs.size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue