Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitsh committed Jan 20, 2024
1 parent ceae834 commit db7a794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ uint32_t Sampler::gen_n_samples(
// Number of solutions too small or too large

// At q-1, and need to pick next hash count
if (j == 0 && currentHashOffset == 1 && conf.use_unisamp) {
if (j == 0 && currentHashOffset == 1 && !conf.use_unisamp) {
if (solutionCount < loThresh) {
// Go to q-2; next will be q
hashOffsets[1] = 0;
Expand Down

0 comments on commit db7a794

Please sign in to comment.