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-15T14:23:54-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1842 r1861  
    406406    (poly-content ring p)))
    407407
    408 (defmfun $poly_pseudo_divide (f fl vars)
    409   (with-ring-and-order ((vars)
     408(defmfun $poly_pseudo_divide (f fl mvars &aux (vars (coerce-maxima-list mvars)))
     409  (with-ring-and-order ((mvars)
    410410                        :polynomials (f)
    411411                        :poly-lists (fl)
Note: See TracChangeset for help on using the changeset viewer.