| Igor Schein on Thu, 3 Jun 1999 12:48:34 -0400 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: elltors |
On Thu, Jun 03, 1999 at 05:43:58PM +0100, Prof. J. E. Cremona wrote:
> Thanks a lot for makeing a patch for elltors using Doud's code.
>
> I applied the patch, after unpacking 2.0.15 but before doing Configure
> or make. But I get the following error:
>
> cc: Error: ../src/language/init.c, line 1377: In the initializer for functions_basic[120].value, "elltors0" is not declared. (undeclared)
> {"elltors",99,(void*)elltors0,5,"GD0,L,p"},
> ---------------------^
> make[1]: *** [init.o] Error 1
> make[1]: Leaving directory `/usr/home/jec/pari-2.0.15.beta/o.osf1-alpha'
> make: *** [gp] Error 2
Here's a patch:
--- src/headers/paridecl.h~ Thu May 20 13:05:10 1999
+++ src/headers/paridecl.h Thu Jun 3 11:30:46 1999
@@ -649,6 +649,7 @@
GEN ellinit0(GEN x,long flag,long prec);
long ellrootno(GEN e, GEN p);
GEN ellsigma(GEN om, GEN z, long flag, long prec);
+GEN elltors0(GEN e, long flag);
GEN ellwp0(GEN e, GEN z, long flag, long prec, long PREC);
GEN ellzeta(GEN om, GEN z, long prec);
GEN ghell(GEN e, GEN a, long prec);
Igor