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-06-15T14:06:12-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r1835 r1836  
    153153               (let ((s (funcall (ring-add ring) (termlist-lc p) (termlist-lc q))))
    154154                 (unless (funcall (ring-zerop ring) s) ;check for cancellation
    155                    (setf r (cons (make-term (termlist-lm p) s) r)))
     155                   (setf r (cons (make-term :monom (termlist-lm p) :coeff s) r)))
    156156                 (setf p (cdr p) q (cdr q))))
    157157              (lm-greater
Note: See TracChangeset for help on using the changeset viewer.