Ticket #3674: sage-trac3674new-extra.patch
| File sage-trac3674new-extra.patch, 0.8 kB (added by cremona, 4 months ago) |
|---|
-
a/sage/schemes/elliptic_curves/rational_torsion.py
old new 48 48 49 49 AUTHOR: Nick Alexander 50 50 """ 51 def __init__(self, E, flag=0):51 def __init__(self, E, algorithm="pari"): 52 52 self.__E = E 53 53 54 flag = 0 55 if algorithm=="doud": 56 flag = 1 57 if algorithm=="lutz_nagell": 58 flag = 2 54 59 G = None 55 60 loop = 0 56 61 while G is None and loop < 3: