Changeset 2903 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-21T12:16:01-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2902 r2903 78 78 ;; happen when OLD is an instance of TERM, in which case the 79 79 ;; value of the coefficient should be preserved. 80 (defmethod update-instance-for-different-class ((old monom) (new term) &key)80 (defmethod update-instance-for-different-class :after ((old monom) (new term) &key) 81 81 (unless (slot-boundp new 'coeff) 82 82 (setf (term-coeff new) 1)))
Note:
See TracChangeset
for help on using the changeset viewer.