Changeset 3004 for branches/f4grobner
- Timestamp:
- 2015-06-21T15:43:40-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3003 r3004 154 154 self) 155 155 156 (defmethod copy-instance :around ((object monom) )157 (declare (ignore object ))156 (defmethod copy-instance :around ((object monom) &rest initargs &key &allow-other-keys) 157 (declare (ignore object initargs)) 158 158 (let ((copy (call-next-method))) 159 159 (setf (monom-exponents copy) (copy-seq (monom-exponents copy)))
Note:
See TracChangeset
for help on using the changeset viewer.