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 3159


Ignore:
Timestamp:
2015-06-22T12:12:12-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3158 r3159  
    7777  ;; happen when OLD is an instance of TERM, in which case the
    7878  ;; value of the coefficient should be preserved.
    79   (apply #'call-next-method (list* old new :coeff 1 nitargs)))
     79  (setf initargs (list* :coeff 1 initargs))
     80  (call-next-method))
    8081
    8182#|
Note: See TracChangeset for help on using the changeset viewer.