Changeset 4128 for branches/f4grobner
- Timestamp:
- 2016-06-01T14:22:53-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r4127 r4128 567 567 (declare (ignore object initargs)) 568 568 (let ((copy (call-next-method))) 569 (setf (term-coeff copy) (copy-instance (term-coeff )))569 (setf (term-coeff copy) (copy-instance (term-coeff object))) 570 570 copy)) 571 571
Note:
See TracChangeset
for help on using the changeset viewer.