- Timestamp:
- 2015-06-23T11:40:20-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3345 r3346 89 89 :termlist (list old))) 90 90 91 (defmethod update-instance-for-different-class :before((old monom) (new poly) &key)92 (change-class old 'term))91 (defmethod update-instance-for-different-class ((old monom) (new poly) &key) 92 (change-class (change-class old 'term) 'poly)) 93 93 94 94 (defmethod r-equalp ((self poly) (other poly))
Note:
See TracChangeset
for help on using the changeset viewer.