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 1840


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1618 r1840  
    9292         (list (make-poly-from-termlist
    9393                (list (make-term
    94                        (make-monom :dimension (monom-dimension (poly-lm (find-if-not #'poly-zerop f))))
    95                        (funcall (ring-unit ring))))))))
     94                       :monom (make-monom :dimension (monom-dimension (poly-lm (find-if-not #'poly-zerop f))))
     95                       :coeff (funcall (ring-unit ring))))))))
    9696    ((endp (cdr g))
    9797     (colon-ideal-1 ring-and-order f (car g) top-reduction-only))
Note: See TracChangeset for help on using the changeset viewer.