Changeset 3145 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-22T11:44:24-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3144 r3145 66 66 |# 67 67 68 #| 69 (defmethod update-instance-for-different-class :around ((old monom) (new term) &key) 68 (defmethod update-instance-for-different-class :after ((old monom) (new term) &key) 70 69 ;; Changing an instance of class MONOM to class TERM may also 71 70 ;; happen when OLD is an instance of TERM, in which case the … … 74 73 (setf (scalar-coeff new) 1)) 75 74 new) 76 |#77 75 78 76 #|
Note:
See TracChangeset
for help on using the changeset viewer.