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 786


Ignore:
Timestamp:
2015-06-08T22:33:08-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r785 r786  
    148148             (let ((s (funcall (ring-add ring) (termlist-lc p) (termlist-lc q))))
    149149               (unless (funcall (ring-zerop ring) s)    ;check for cancellation
    150                  (setf r (cons (make-term (termlist-lm p) s) r)))
     150                 (setf r (cons (make-term :monom (termlist-lm p) :coeff s) r)))
    151151               (setf p (cdr p) q (cdr q))))
    152152            (lm-greater
Note: See TracChangeset for help on using the changeset viewer.