Changeset 3196 for branches/f4grobner
- Timestamp:
- 2015-06-22T18:38:34-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/monom.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/monom.lispr3054 r3196 62 62 63 63 (defmethod print-object ((self monom) stream) 64 (format stream "#<MONOM DIMENSION=~A EXPONENTS=~A>" 65 (monom-dimension self) 66 (monom-exponents self))) 64 (print-unreadable-object (self stream :type t :identity t) 65 (format stream "DIMENSION=~A EXPONENTS=~A" 66 (monom-dimension self) 67 (monom-exponents self)))) 67 68 68 69 (defmethod shared-initialize :after ((self monom) slot-names 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
