Ignore:
Timestamp:
03/14/07 23:25:43 (6 years ago)
Author:
David Roe <roed@…>
Branch:
default
Message:

Working on extensions, printing, fixing bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/padics/local_generic.py

    r3668 r3673  
    173173            integer -- the ramification index of this ring, i.e., 1 
    174174        """ 
    175         return ramification_index(self) 
     175        return self.ramification_index() 
    176176 
    177177    def inertia_degree(self): 
     
    197197            integer -- the inertia degree of this ring, i.e., 1 
    198198        """ 
    199         return inertia_degree(self) 
     199        return self.inertia_degree() 
    200200 
    201201    def inertia_subring(self): 
Note: See TracChangeset for help on using the changeset viewer.