Changeset 2891
- Timestamp:
 - 2015-06-21T12:04:28-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/term.lisp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/term.lisp
r2890 r2891 75 75 (setf (slot-value self 'coeff) coeff))))) 76 76 77 (defmethod update-instance-for-different-class 77 (defmethod update-instance-for-different-class :after 78 78 ((old monom) 79 79 (new term) … … 87 87 (format t "TERM:UPDATE-INSTANCE-FOR-DIFFERENT-CLASS called with OLD:~A, NEW: ~A~%" 88 88 old new) 89 (setf (term-coeff new) 1) 89 90 (call-next-method)) 90 91  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  