Changeset 2260 for branches/f4grobner
- Timestamp:
 - 2015-06-18T13:50:57-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/monom.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/monom.lisp
r2259 r2260 59 59 ((dimension :initarg :dimension :accessor monom-dimension) 60 60 (exponents :initarg :exponents :accessor monom-exponents)) 61 (:default-initargs :dimension 0 :exponents nil ))61 (:default-initargs :dimension 0 :exponents nil :exponent 0)) 62 62 63 63 (defmethod print-object ((self monom) stream)  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  