We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63816ff commit 3c4bcaeCopy full SHA for 3c4bcae
libsrc/parifact.cc
@@ -33,7 +33,7 @@
33
#define DEFAULT_PARI_SIZE 1000000000
34
#define DEFAULT_PARI_MAX_PRIME 1000000
35
36
-void eclib_pari_init(long pari_size=DEFAULT_PARI_SIZE, long max_prime=DEFAULT_PARI_MAX_PRIME)
+void eclib_pari_init(long max_prime=DEFAULT_PARI_MAX_PRIME)
37
{
38
if (!avma) {
39
long pari_size = strtol(getenv_with_default("PARI_SIZE", "DEFAULT_PARI_SIZE").c_str(), NULL, 0);
0 commit comments