Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudbuzing committed Sep 17, 2018
1 parent ef99861 commit f14922e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Prototypes/PacletInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"Prototypes`$RoamingAppDataDirectory",
"Prototypes`$UUIDStringPattern",
"Prototypes`RandomRomanNumeral", "Prototypes`Deconstruct", "Prototypes`RandomDelete",
"Prototypes`RandomPosition", "Prototypes`What3Words", "Prototypes`$HashTypes"}
"Prototypes`RandomPosition", "Prototypes`What3Words", "Prototypes`$HashTypes", "Prototypes`PrimeCount"}
}
}
]
2 changes: 1 addition & 1 deletion Prototypes/Source/Primes/Primes.wl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
primeCountBinary = FileNameJoin[{DirectoryName[$InputFileName], "Binaries", $SystemID, "primecount"}] ];
primeCountBinary = FileNameJoin[{DirectoryName[$InputFileName], "Binaries", $SystemID, "primecount"}];

PrimeCount[n_Integer] := ToExpression[ StringTrim[ RunProcess[ {primeCountBinary, ToString[n]}, "StandardOutput"]]];

0 comments on commit f14922e

Please sign in to comment.