Skip to content

Commit

Permalink
Fix set_num_threads () documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Mar 21, 2017
1 parent 7de9bff commit f8cfea4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/primesieve.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,9 @@ int get_num_threads();
///
void set_sieve_size(int sieve_size);

/// Set the number of threads for use in subsequent
/// primesieve::parallel_* function calls.
/// Set the number of threads for use in
/// primesieve::count_*() and primesieve::nth_prime().
/// By default all CPU cores are used.
///
void set_num_threads(int num_threads);

Expand Down

0 comments on commit f8cfea4

Please sign in to comment.