Changeset 785 for branches/f4grobner
- Timestamp:
- 2015-06-08T22:32:55-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/termlist.lisp
r784 r785 176 176 (let ((s (funcall (ring-sub ring) (termlist-lc p) (termlist-lc q)))) 177 177 (unless (funcall (ring-zerop ring) s) ;check for cancellation 178 (setf r (cons (make-term (termlist-lm p)s) r)))178 (setf r (cons (make-term :monom (termlist-lm p) :coeff s) r))) 179 179 (setf p (cdr p) q (cdr q)))) 180 180 (mgreater
Note:
See TracChangeset
for help on using the changeset viewer.