Skip to content

Commit

Permalink
small oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
GalanAl committed Nov 29, 2024
1 parent 95ebcfd commit 95dde0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CoUPSU_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using namespace NTL;

int main(int argc, char* argv[])
{
// argv[1] <- (log(n)-10)/2 (between 0 and 5)
// argv[1] <- (log(n)-10)/2 (between 0 and 6)
// argv[2] <- number of tests (default 3)
// argv[3] <- number of parallel tasks (default number of threads)

Expand Down Expand Up @@ -63,7 +63,7 @@ int main(int argc, char* argv[])
}
else
{
printf("Too much depth required. Choose 0<=argv[1]<=5\n");
printf("Too much depth required. Choose 0<=argv[1]<=6\n");
exit(0);
}

Expand Down

0 comments on commit 95dde0e

Please sign in to comment.