Skip to content

Commit

Permalink
Updated C
Browse files Browse the repository at this point in the history
  • Loading branch information
cadebrown committed Aug 11, 2016
1 parent 0bb0d1e commit cf2eaab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C/PGS.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#define MAX_X 101

//How many primes in a notable function
#define NOTABLE_PRIMES 51
#define NOTABLE_PRIMES 40

#define NOTABLE_DISTINCT_PRIMES 31
#define NOTABLE_DISTINCT_PRIMES 20

#define MIN_DIST_PRIMES 2

Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions C/run/x^2+n.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Sieves first 3,000,000, and does a brute search through -1000 to 1000
../PGS.o 0 0 3000000 0 100000 0 0 0 100000

0 comments on commit cf2eaab

Please sign in to comment.