Changeset 3003 for branches/f4grobner
- Timestamp:
- 2015-06-21T15:42:59-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3002 r3003 157 157 (declare (ignore object)) 158 158 (let ((copy (call-next-method))) 159 (setf (monom-exponents copy (copy-seq (monom-exponents copy))))159 (setf (monom-exponents copy) (copy-seq (monom-exponents copy))) 160 160 copy)) 161 161
Note:
See TracChangeset
for help on using the changeset viewer.