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 1841


Ignore:
Timestamp:
2015-06-15T14:07:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1840 r1841  
    141141    ((and (endp (cdr (poly-termlist f))) (endp (cdr (poly-termlist g))))
    142142     (let ((m (monom-lcm (poly-lm f) (poly-lm g))))
    143        (make-poly-from-termlist (list (make-term m (funcall (ring-lcm ring) (poly-lc f) (poly-lc g)))))))
     143       (make-poly-from-termlist (list (make-term :monom m
     144                                                 :coeff (funcall (ring-lcm ring) (poly-lc f) (poly-lc g)))))))
    144145    (t
    145146     (multiple-value-bind (f f-cont)
Note: See TracChangeset for help on using the changeset viewer.