Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/lcalc/patches/pari-2.4.4.patch
8821 views
1
--- src/src/Lcommandline_elliptic.cc 2010-01-31 16:16:45.000000000 +0100
2
+++ src/src/Lcommandline_elliptic.cc 2011-05-10 17:08:10.000000000 +0200
3
@@ -121,11 +121,11 @@
4
5
6
F = cgetg(6, t_VEC);
7
- F[1] = lgeti(BIGDEFAULTPREC);
8
- F[2] = lgeti(BIGDEFAULTPREC);
9
- F[3] = lgeti(BIGDEFAULTPREC);
10
- F[4] = lgeti(BIGDEFAULTPREC);
11
- F[5] = lgeti(BIGDEFAULTPREC);
12
+ F[1] = (long)cgeti(BIGDEFAULTPREC);
13
+ F[2] = (long)cgeti(BIGDEFAULTPREC);
14
+ F[3] = (long)cgeti(BIGDEFAULTPREC);
15
+ F[4] = (long)cgeti(BIGDEFAULTPREC);
16
+ F[5] = (long)cgeti(BIGDEFAULTPREC);
17
18
//gaffsg(a1,(GEN) F[1]);
19
//gaffsg(a2,(GEN) F[2]);
20
21