Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchirica authored Jun 11, 2020
1 parent f8fcc78 commit fc1bcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callback.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class OneWesolowskiCallback: public WesolowskiCallback {
OneWesolowskiCallback(integer& D, uint64_t wanted_iter) : WesolowskiCallback(D) {
uint32_t k, l;
this->wanted_iter = wanted_iter;
if (wanted_iter >= (1 << 16) {
if (wanted_iter >= (1 << 16)) {
ApproximateParameters(wanted_iter, k, l);
} else {
k = 10;
Expand Down

0 comments on commit fc1bcd9

Please sign in to comment.