Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolkmer committed Jan 14, 2015
1 parent 143f59a commit ec60739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nfft/simple_test_threads.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ int main(void)
const int M = 1000000;
NFFT_R t0, t1;

printf("nthreads = %d\n", NFFT(get_num_threads)());
printf("nthreads = %td\n", NFFT(get_num_threads)());

/* init */
FFTW(init_threads)();
Expand Down

0 comments on commit ec60739

Please sign in to comment.