close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3004


Ignore:
Timestamp:
2015-06-21T15:43:40-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3003 r3004  
    154154  self)
    155155
    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))
    158158  (let ((copy (call-next-method)))
    159159    (setf (monom-exponents copy) (copy-seq (monom-exponents copy)))
Note: See TracChangeset for help on using the changeset viewer.