- Timestamp:
- 2015-06-23T11:40:56-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3347 r3348 90 90 91 91 (defmethod update-instance-for-different-class ((old monom) (new poly) &key) 92 (change-class (change-class old 'term) 'poly)92 (change-class old 'term) 93 93 (call-next-method)) 94 94
Note:
See TracChangeset
for help on using the changeset viewer.