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 4128


Ignore:
Timestamp:
2016-06-01T14:22:53-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4127 r4128  
    567567    (declare (ignore object initargs))
    568568    (let ((copy (call-next-method)))
    569       (setf (term-coeff copy) (copy-instance (term-coeff)))
     569      (setf (term-coeff copy) (copy-instance (term-coeff object)))
    570570      copy))
    571571
Note: See TracChangeset for help on using the changeset viewer.