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 3161


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3160 r3161  
    5151            dimension
    5252            exponents
    53             coeff))
     53            ;;coeff
     54            #\?))
    5455  self)
    5556   
     
    8182  ;; happen when OLD is an instance of TERM, in which case the
    8283  ;; value of the coefficient should be preserved.
    83   (setf initargs (list* :coeff 1 initargs))
    84   (call-next-method))
     84  `(call-next-method :coeff 1 ,@initargs))
    8585
    8686#|
Note: See TracChangeset for help on using the changeset viewer.