Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Mar 21, 2017
1 parent 6d315c5 commit 7de9bff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/primesieve.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* number generation. In case an error occurs errno is set to
* EDOM and PRIMESIEVE_ERROR is returned.
*
* Copyright (C) 2016 Kim Walisch, <kim.walisch@gmail.com>
* Copyright (C) 2017 Kim Walisch, <kim.walisch@gmail.com>
*
* This file is distributed under the BSD License.
*/
Expand Down Expand Up @@ -194,8 +194,9 @@ int primesieve_get_num_threads();
void primesieve_set_sieve_size(int sieve_size);

/**
* Set the number of threads for use in subsequent
* primesieve_count_* function calls.
* Set the number of threads for use in
* primesieve_count_*() and primesieve_nth_prime().
* By default all CPU cores are used.
*/
void primesieve_set_num_threads(int num_threads);

Expand Down

0 comments on commit 7de9bff

Please sign in to comment.