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 3015


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3014 r3015  
    4545          (poly-term-order self)))
    4646
    47 (defgeneric change-order (self other)
     47(defgeneric change-term-order (self other)
    4848  (:documentation "Change term order of SELF to the term order of OTHER.")
    4949  (:method ((self poly) (other poly))
     
    168168     ,@(when doc-string-supplied-p `(,doc-string))
    169169     ;; Ensure orders are compatible
    170      (change-order other self)
     170     (change-term-order other self)
    171171     (setf (poly-termlist self) (fast-add/subtract
    172172                                 (poly-termlist self) (poly-termlist other)
Note: See TracChangeset for help on using the changeset viewer.