Skip to content

Commit

Permalink
compiel chaines
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Sep 5, 2021
1 parent b94ec56 commit cb4a723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct Chain_Sequencer
/// to reset the current chain and continue a new one
void complete_seq()
{
assert(_len >= 0);
assert(cur_len >= 0);

// remove this check to consider 1111122222 a chain
// otherwise, only 11111[12]22222 is a chain
Expand Down

0 comments on commit cb4a723

Please sign in to comment.