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.

Ignore:
Timestamp:
2015-09-06T07:15:20-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3704 r3705  
    128128NOTE: The primary use is for low-level debugging of the package."
    129129  (dolist (x alist poly)
    130     (poly-append-term poly (make-instance 'term :exponents (car x) :coeff (cdr x)))))
     130    (poly-insert-term poly (make-instance 'term :exponents (car x) :coeff (cdr x)))))
    131131
    132132(defmethod update-instance-for-different-class :after ((old monom) (new poly) &key)
Note: See TracChangeset for help on using the changeset viewer.