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-09T00:12:31-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r531 r821  
    8585         (list (make-poly-from-termlist
    8686                (list (make-term
    87                        (make-monom (monom-dimension (poly-lm (find-if-not #'poly-zerop f)))
    88                                    :initial-element 0)
     87                       (make-monom (monom-dimension (poly-lm (find-if-not #'poly-zerop f))))
    8988                       (funcall (ring-unit ring))))))))
    9089    ((endp (cdr g))
Note: See TracChangeset for help on using the changeset viewer.